Skip to content

Commit

Permalink
Bumps FontAwesome to 4.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed May 27, 2016
1 parent 25966cc commit e1c3d94
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions FontAwesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const glyphMap = {
"stumbleupon": 61860,
"delicious": 61861,
"digg": 61862,
"pied-piper": 61863,
"pied-piper-pp": 61863,
"pied-piper-alt": 61864,
"drupal": 61865,
"joomla": 61866,
Expand Down Expand Up @@ -492,6 +492,7 @@ const glyphMap = {
"life-ring": 61901,
"circle-o-notch": 61902,
"ra": 61904,
"resistance": 61904,
"rebel": 61904,
"ge": 61905,
"empire": 61905,
Expand Down Expand Up @@ -725,7 +726,15 @@ const glyphMap = {
"viadeo-square": 62122,
"snapchat": 62123,
"snapchat-ghost": 62124,
"snapchat-square": 62125
"snapchat-square": 62125,
"pied-piper": 62126,
"first-order": 62128,
"yoast": 62129,
"themeisle": 62130,
"google-plus-circle": 62131,
"google-plus-official": 62131,
"fa": 62132,
"font-awesome": 62132
};

let FontAwesome = createIconSet(glyphMap, 'FontAwesome', 'FontAwesome.ttf');
Expand Down
Binary file modified Fonts/FontAwesome.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 @@ -19,7 +19,7 @@ Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate

* [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons)
* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.8.0, **70** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.6.1, **628** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.6.3, **634** icons)
* [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons)
* [`Ionicons`](http://ionicframework.com/docs/v2/ionicons/) by Ben Sperry (v3.0.0, **859** icons)
* [`MaterialIcons`](https://www.google.com/design/icons/) by Google, Inc. (v2.2.3, **932** icons)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"evil-icons": "^1.8.0",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1",
"font-awesome": "^4.6.0",
"font-awesome": "^4.6.3",
"ionicons": "^3.0.0",
"material-design-icons": "^2.2.0",
"octicons": "^3.5.0"
Expand Down

0 comments on commit e1c3d94

Please sign in to comment.