Skip to content

Commit

Permalink
Upgraded to feathericon 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoken0x committed May 24, 2018
1 parent 33a1dde commit e6d8995
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 32 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ See [GitHub Releases](https://github.com/feathericon/feathericon-sass/releases)

| Version | feathericon | Notes / Other additions |
|---------|-------------|--------------------------------------------------------------------|
| 0.11.0 | `d4be9d0` | [0.11.0](https://github.com/feathericon/feathericon/releases/tag/0.11.0) Add new icons |
| 0.9.0 | `86613d6` | [0.9.3](https://github.com/feathericon/feathericon/releases/tag/0.9.3) Add new icons |
| 0.7.0 | `a805673` | [0.7.1](https://github.com/feathericon/feathericon/releases/tag/0.7.1) Add Brand icons, Resize icon size from 16px to 14px |
| 0.6.0.1 | `0b31aa8` | bugfix: move sprite svg to assets/images |
Expand Down
Binary file modified app/assets/fonts/feathericon.eot
Binary file not shown.
72 changes: 42 additions & 30 deletions app/assets/fonts/feathericon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/assets/fonts/feathericon.ttf
Binary file not shown.
Binary file modified app/assets/fonts/feathericon.woff
Binary file not shown.
Binary file modified app/assets/fonts/feathericon.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion app/assets/images/sprite.feathericon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/feathericon.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
.fe-bar:before { content: "\f105"; }
.fe-bar-chart:before { content: "\f106"; }
.fe-beer:before { content: "\f107"; }
.fe-beginner:before { content: "\f1f7"; }
.fe-bell:before { content: "\f108"; }
.fe-birthday-cake:before { content: "\f163"; }
.fe-bold:before { content: "\f179"; }
Expand Down Expand Up @@ -219,6 +220,8 @@
.fe-sitemap:before { content: "\f150"; }
.fe-smile:before { content: "\f1bc"; }
.fe-smile-alt:before { content: "\f1bd"; }
.fe-smile-heart:before { content: "\f1f6"; }
.fe-smile-plus:before { content: "\f1f5"; }
.fe-speaker:before { content: "\f1ab"; }
.fe-star:before { content: "\f151"; }
.fe-star-o:before { content: "\f168"; }
Expand All @@ -243,6 +246,7 @@
.fe-tiled:before { content: "\f156"; }
.fe-timeline:before { content: "\f1ad"; }
.fe-tired:before { content: "\f1be"; }
.fe-train:before { content: "\f1f8"; }
.fe-trash:before { content: "\f157"; }
.fe-trophy:before { content: "\f158"; }
.fe-truck:before { content: "\f1ed"; }
Expand Down
2 changes: 1 addition & 1 deletion lib/feathericon/sass/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Feathericon
module Sass
VERSION = '0.9.0'
VERSION = '0.11.0'
end
end

0 comments on commit e6d8995

Please sign in to comment.