feathericon

Breeze Icons Rails

Breeze Icons for Rails Projects

Gem Version Gem Downloads

Icons: wilfison.github.io/breeze_icons_rails

Usage

Place Breeze Icons with <i> tag in your html like this. bi class is required to use our icons correctly. Check out icons page to start using icons!

HTML

<i class="bi bi-list-add"></i>

ERB

<%= bi_icon 'list-add' %>

HAML

= bi_icon 'list-add'

Installation

Add this line to your application's Gemfile:

gem 'breeze_icons_rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install breeze_icons_rails

Require

Add this line to your app/assets/stylesheets/application.scss:

@import 'breeze-icons';

License

The gem is available as open source under the terms of the MIT License.