Ikonic

A pure ruby wrapper around your favourite icon libraries

Installation

$ gem install ikonic

Usage

Use the following when ever you want an icon ...

Ikonic.icon 'ban'

'

Or with options ...

Ikonic.icon 'bookmark-alt', { theme: 'heroicon', style: 'outline', width: 1, title: 'This is an icon' }