https://github.com/feathericon/feathericon-sass
feathericon Sass gem for use in Ruby/Rails projects
https://github.com/feathericon/feathericon-sass
gem icons rails rubygems sass svg-sprites webfonts
Last synced: 6 months ago
JSON representation
feathericon Sass gem for use in Ruby/Rails projects
- Host: GitHub
- URL: https://github.com/feathericon/feathericon-sass
- Owner: feathericon
- License: mit
- Created: 2016-12-22T10:51:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T08:01:40.000Z (over 4 years ago)
- Last Synced: 2025-03-24T13:44:00.627Z (7 months ago)
- Topics: gem, icons, rails, rubygems, sass, svg-sprites, webfonts
- Language: SCSS
- Size: 388 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
README

feathericon-sass
feathericon is simple, scalable vector icon font for websites, apps.
Website: https://feathericon.github.io/feathericon/
## Usage
Place feathicon with `` tag in your html like this. `fe` class is required to use our icons correctly. Check out [our website](https://feathericon.github.io/feathericon/) to start using icons!
```html
```## Installation
Add this line to your application's Gemfile:```ruby
gem 'feathericon-sass'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install feathericon-sass
```## Import
Add this line to your `app/assets/stylesheets/application.scss`:
```scss
@import "feathericon";
```If you use CSS, check https://github.com/feathericon/feathericon-rails
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).