Browse Source

Adding shopping-bag #829

Dave Gandy 9 years ago
parent
commit
316d9756db

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.5.0](http://fontawesome.io)
 ###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).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

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

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -689,3 +689,4 @@
 .@{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-o:before { content: @fa-var-stop-circle-o; }
+.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }

+ 1 - 0
less/variables.less

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

+ 1 - 0
scss/_icons.scss

@@ -689,3 +689,4 @@
 .#{$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-o:before { content: $fa-var-stop-circle-o; }
+.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; }

+ 1 - 0
scss/_variables.scss

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

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 8 - 0
src/icons.yml

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

Some files were not shown because too many files changed in this diff