FortAwesome / font-awesome-sass

Font-Awesome Sass gem for use in Ruby/Rails projects
MIT License
906 stars 265 forks source link

Check if icon name exists / get list of all icon names #200

Open collimarco opened 3 years ago

collimarco commented 3 years ago

Is it possible to use this library to check if a Font Awesome icon with a given name exists?

icon_exists?('fab', 'facebook') => true
icon_exists?('fab', 'unknownsocial') => false

Otherwise is there a way to get the list of all icon names? (which is the same)