Module: HeroicIcons::ViewHelper

Defined in:
lib/heroic_icons/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#heroic_icon(name, **options) ⇒ Object



5
6
7
# File 'lib/heroic_icons/view_helper.rb', line 5

def heroic_icon(name, **options)
  HeroicIcons::Icons.new.icon(name, **options)
end