Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
- Updated FontAwesome to 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmarcus committed May 31, 2016
1 parent a171567 commit 78ef9d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Iconize/Fonts/FontAwesome/FontAwesomeCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ static FontAwesomeCollection()
Icons.Add("fa-eye", '\uf06e');
Icons.Add("fa-eye-slash", '\uf070');
Icons.Add("fa-eyedropper", '\uf1fb');
Icons.Add("fa-fa", '\uf2b4');
Icons.Add("fa-facebook", '\uf09a');
Icons.Add("fa-facebook-f", '\uf09a');
Icons.Add("fa-facebook-official", '\uf230');
Expand Down Expand Up @@ -296,6 +297,7 @@ static FontAwesomeCollection()
Icons.Add("fa-folder-open", '\uf07c');
Icons.Add("fa-folder-open-o", '\uf115');
Icons.Add("fa-font", '\uf031');
Icons.Add("fa-font-awesome", '\uf2b4');
Icons.Add("fa-fonticons", '\uf280');
Icons.Add("fa-fort-awesome", '\uf286');
Icons.Add("fa-forumbee", '\uf211');
Expand Down Expand Up @@ -327,6 +329,8 @@ static FontAwesomeCollection()
Icons.Add("fa-globe", '\uf0ac');
Icons.Add("fa-google", '\uf1a0');
Icons.Add("fa-google-plus", '\uf0d5');
Icons.Add("fa-google-plus-circle", '\uf2b3');
Icons.Add("fa-google-plus-official", '\uf2b3');
Icons.Add("fa-google-plus-square", '\uf0d4');
Icons.Add("fa-google-wallet", '\uf1ee');
Icons.Add("fa-graduation-cap", '\uf19d');
Expand Down
2 changes: 1 addition & 1 deletion Iconize/Fonts/FontAwesome/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
http://fontawesome.io/

Version: 4.6.2
Version: 4.6.3
Binary file modified Iconize/Fonts/FontAwesome/iconize-fontawesome.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion Iconize/Fonts/Material/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
https://design.google.com/icons/
https://github.com/google/material-design-icons/

Version: 2.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Plugin.Iconize.SimpleLineIcons.UWP.xml</DocumentationFile>
<GenerateLibraryLayout>true</GenerateLibraryLayout>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
Expand Down

0 comments on commit 78ef9d3

Please sign in to comment.