Adding Edge browser logo #7059

This commit is contained in:
Dave Gandy 2015-11-19 15:26:17 -05:00 committed by Travis Chase
parent ac1792e938
commit 91fadbebb2
10 changed files with 28 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.1](http://fontawesome.io) #[Font Awesome v4.4.1](http://fontawesome.io)
###The iconic font and CSS framework ###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). created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter: Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome). [@fontawesome](http://twitter.com/fontawesome).

View file

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

View file

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

View file

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

View file

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

View file

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