Browse Source

Adding Edge browser logo #7059

Dave Gandy 9 years ago
parent
commit
91fadbebb2

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.1](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 586 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 587 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

@@ -2026,3 +2026,6 @@
 .fa-reddit-alien:before {
   content: "\f281";
 }
+.fa-edge:before {
+  content: "\f282";
+}

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -676,3 +676,4 @@
 .@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
 .@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
 .@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
+.@{fa-css-prefix}-edge:before { content: @fa-var-edge; }

+ 1 - 0
less/variables.less

@@ -204,6 +204,7 @@
 @fa-var-dribbble: "\f17d";
 @fa-var-dropbox: "\f16b";
 @fa-var-drupal: "\f1a9";
+@fa-var-edge: "\f282";
 @fa-var-edit: "\f044";
 @fa-var-eject: "\f052";
 @fa-var-ellipsis-h: "\f141";

+ 1 - 0
scss/_icons.scss

@@ -676,3 +676,4 @@
 .#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
 .#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
 .#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
+.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }

+ 1 - 0
scss/_variables.scss

@@ -204,6 +204,7 @@ $fa-var-download: "\f019";
 $fa-var-dribbble: "\f17d";
 $fa-var-dropbox: "\f16b";
 $fa-var-drupal: "\f1a9";
+$fa-var-edge: "\f282";
 $fa-var-edit: "\f044";
 $fa-var-eject: "\f052";
 $fa-var-ellipsis-h: "\f141";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 19 - 0
src/icons.yml

@@ -5481,6 +5481,8 @@ icons:
     id:         safari
     unicode:    f267
     created:    4.4
+    filter:
+      - browser
     categories:
       - Brand Icons
 
@@ -5488,6 +5490,8 @@ icons:
     id:         chrome
     unicode:    f268
     created:    4.4
+    filter:
+      - browser
     categories:
       - Brand Icons
 
@@ -5495,6 +5499,8 @@ icons:
     id:         firefox
     unicode:    f269
     created:    4.4
+    filter:
+      - browser
     categories:
       - Brand Icons
 
@@ -5509,6 +5515,9 @@ icons:
     id:         internet-explorer
     unicode:    f26b
     created:    4.4
+    filter:
+      - browser
+      - ie
     categories:
       - Brand Icons
 
@@ -5657,3 +5666,13 @@ icons:
     created:    4.4
     categories:
       - Brand Icons
+
+  - name:       Edge Browser
+    id:         edge
+    unicode:    f282
+    created:    4.4
+    filter:
+      - browser
+      - ie
+    categories:
+      - Brand Icons

Some files were not shown because too many files changed in this diff