Skip to content

Commit

Permalink
Adding Edge browser logo FortAwesome#7059
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy authored and supercodepoet committed Nov 23, 2015
1 parent ac1792e commit 91fadbe
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
3 changes: 3 additions & 0 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2026,3 +2026,6 @@
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
2 changes: 1 addition & 1 deletion css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified fonts/FontAwesome.otf
Binary file not shown.
1 change: 1 addition & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
19 changes: 19 additions & 0 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5481,20 +5481,26 @@ icons:
id: safari
unicode: f267
created: 4.4
filter:
- browser
categories:
- Brand Icons

- name: Chrome
id: chrome
unicode: f268
created: 4.4
filter:
- browser
categories:
- Brand Icons

- name: Firefox
id: firefox
unicode: f269
created: 4.4
filter:
- browser
categories:
- Brand Icons

Expand All @@ -5509,6 +5515,9 @@ icons:
id: internet-explorer
unicode: f26b
created: 4.4
filter:
- browser
- ie
categories:
- Brand Icons

Expand Down Expand Up @@ -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

0 comments on commit 91fadbe

Please sign in to comment.