Skip to content

Commit

Permalink
Bumps Evil Icons to 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Feb 14, 2016
1 parent a3b51d5 commit dbaecf7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
37 changes: 19 additions & 18 deletions EvilIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,25 @@ var glyphMap = {
"sc-pinterest": 61744,
"sc-skype": 61745,
"sc-soundcloud": 61746,
"sc-tumblr": 61747,
"sc-twitter": 61748,
"sc-vimeo": 61749,
"sc-vk": 61750,
"sc-youtube": 61751,
"search": 61752,
"share-apple": 61753,
"share-google": 61754,
"spinner": 61755,
"spinner-2": 61756,
"spinner-3": 61757,
"star": 61758,
"tag": 61759,
"trash": 61760,
"trophy": 61761,
"undo": 61762,
"unlock": 61763,
"user": 61764
"sc-telegram": 61747,
"sc-tumblr": 61748,
"sc-twitter": 61749,
"sc-vimeo": 61750,
"sc-vk": 61751,
"sc-youtube": 61752,
"search": 61753,
"share-apple": 61754,
"share-google": 61755,
"spinner": 61756,
"spinner-2": 61757,
"spinner-3": 61758,
"star": 61759,
"tag": 61760,
"trash": 61761,
"trophy": 61762,
"undo": 61763,
"unlock": 61764,
"user": 61765
};

var EvilIcons = createIconSet(glyphMap, 'EvilIcons', 'EvilIcons.ttf');
Expand Down
Binary file modified Fonts/EvilIcons.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate
## Bundled Icon Sets

* [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons)
* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.7.8, **70** icons)
* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.8.0, **71** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.5, **605** icons)
* [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons)
* [`Ionicons`](http://ionicons.com/) by Ben Sperry (v2.0.1, **733** icons)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"yargs": "^3.31.0"
},
"devDependencies": {
"evil-icons": "^1.7.6",
"evil-icons": "^1.8.0",
"font-awesome": "^4.5.0",
"material-design-icons": "^2.1.1"
}
Expand Down

0 comments on commit dbaecf7

Please sign in to comment.