Ionicons for Ruby on Rails.
Add gem 'ionicons-rails'
to your Gemfile
.
Run bundle
and restart your server to make the scss and font files available through the pipeline.
Put @import 'ionicons';
in application.css.scss
file.
HTML: <i class="icon ion-beer"></i>
.
Search icons on ionicons.com.
Ionicons is licensed under the MIT license.
ionicons-rails
is also licensed under the MIT license.