Adding Amazon #471

This commit is contained in:
Dave Gandy 2015-07-27 20:37:46 -07:00
parent 0696a81da1
commit 0762b174ac
10 changed files with 17 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 568 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 569 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).

View file

@ -1975,3 +1975,6 @@
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -659,3 +659,4 @@
.@{fa-css-prefix}-television:before { content: @fa-var-television; }
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; }
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; }
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; }

View file

@ -18,6 +18,7 @@
@fa-var-align-justify: "\f039";
@fa-var-align-left: "\f036";
@fa-var-align-right: "\f038";
@fa-var-amazon: "\f270";
@fa-var-ambulance: "\f0f9";
@fa-var-anchor: "\f13d";
@fa-var-android: "\f17b";

View file

@ -659,3 +659,4 @@
.#{$fa-css-prefix}-television:before { content: $fa-var-television; }
.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; }
.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; }
.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; }

View file

@ -18,6 +18,7 @@ $fa-var-align-center: "\f037";
$fa-var-align-justify: "\f039";
$fa-var-align-left: "\f036";
$fa-var-align-right: "\f038";
$fa-var-amazon: "\f270";
$fa-var-ambulance: "\f0f9";
$fa-var-anchor: "\f13d";
$fa-var-android: "\f17b";

View file

@ -5491,3 +5491,11 @@ icons:
created: 4.4
categories:
- Brand Icons
- name: Amazon
id: amazon
unicode: f270
created: 4.4
categories:
- Brand Icons