mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Adding Edge browser logo #7059
This commit is contained in:
parent
ac1792e938
commit
91fadbebb2
@ -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
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2026,3 +2026,6 @@
|
||||
.fa-reddit-alien:before {
|
||||
content: "\f281";
|
||||
}
|
||||
.fa-edge:before {
|
||||
content: "\f282";
|
||||
}
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -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; }
|
||||
|
@ -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";
|
||||
|
@ -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; }
|
||||
|
@ -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";
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user