mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding shopping-bag #829
This commit is contained in:
parent
811ba1afc9
commit
316d9756db
@ -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).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2065,3 +2065,6 @@
|
|||||||
.fa-stop-circle-o:before {
|
.fa-stop-circle-o:before {
|
||||||
content: "\f28e";
|
content: "\f28e";
|
||||||
}
|
}
|
||||||
|
.fa-shopping-bag:before {
|
||||||
|
content: "\f290";
|
||||||
|
}
|
||||||
|
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.
@ -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; }
|
||||||
|
@ -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";
|
||||||
|
@ -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; }
|
||||||
|
@ -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";
|
||||||
|
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user