Adding shopping-bag #829

This commit is contained in:
Dave Gandy 2015-11-20 13:08:51 -05:00 committed by Travis Chase
parent 811ba1afc9
commit 316d9756db
10 changed files with 17 additions and 2 deletions

View File

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

@ -2065,3 +2065,6 @@
.fa-stop-circle-o:before { .fa-stop-circle-o:before {
content: "\f28e"; content: "\f28e";
} }
.fa-shopping-bag:before {
content: "\f290";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -689,3 +689,4 @@
.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; } .@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; }
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; } .@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; }
.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; } .@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; }
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }

View File

@ -536,6 +536,7 @@
@fa-var-shield: "\f132"; @fa-var-shield: "\f132";
@fa-var-ship: "\f21a"; @fa-var-ship: "\f21a";
@fa-var-shirtsinbulk: "\f214"; @fa-var-shirtsinbulk: "\f214";
@fa-var-shopping-bag: "\f290";
@fa-var-shopping-cart: "\f07a"; @fa-var-shopping-cart: "\f07a";
@fa-var-sign-in: "\f090"; @fa-var-sign-in: "\f090";
@fa-var-sign-out: "\f08b"; @fa-var-sign-out: "\f08b";

View File

@ -689,3 +689,4 @@
.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; } .#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; }
.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; } .#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; }
.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; } .#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; }
.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; }

View File

@ -536,6 +536,7 @@ $fa-var-sheqel: "\f20b";
$fa-var-shield: "\f132"; $fa-var-shield: "\f132";
$fa-var-ship: "\f21a"; $fa-var-ship: "\f21a";
$fa-var-shirtsinbulk: "\f214"; $fa-var-shirtsinbulk: "\f214";
$fa-var-shopping-bag: "\f290";
$fa-var-shopping-cart: "\f07a"; $fa-var-shopping-cart: "\f07a";
$fa-var-sign-in: "\f090"; $fa-var-sign-in: "\f090";
$fa-var-sign-out: "\f08b"; $fa-var-sign-out: "\f08b";

View File

@ -5764,3 +5764,11 @@ icons:
created: 4.5 created: 4.5
categories: categories:
- Video Player Icons - Video Player Icons
- name: Shopping Bag
id: shopping-bag
unicode: f290
created: 4.5
categories:
- Web Application Icons