Foundation Icons 2 on SASS for Rails

How to Install

Add foundation-icons-sass-rails gem to the assets group in your Gemfile:

group :assets do
  gem 'sass-rails', "  ~> x.x.x"
  gem 'coffee-rails', "~> x.x.x"
  gem 'uglifier'
  gem 'foundation-icons-sass-rails'
end

Then in your app/assets/stylesheets/application.css:

@import 'foundation-icons';

License

Fonts and SCSS are created by ZURB licensed under MIT.

Rest of the code is also under MIT.