The Batch icon set for the asset-pipeline

Installation

Add this line to your application's Gemfile:

gem 'batch-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install batch-rails

Now require it in your application.css

*= require 'batch'

Usage

This essentially just puts the Batch icon set on the asset pipeline. The versioning follows the icon sets official versioning which is currently at 1.3. A guide on how to use batch can be found here

Thanks

There are a few people you need to thank for this.

Adam Whitcroft for creating the icon set

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request