Browse Source

adding birthday-cake #453

Dave Gandy 11 years ago
parent
commit
57190f477a

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.2.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 464 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 465 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date [@fontawesome](http://twitter.com/fontawesome).
 

+ 3 - 0
css/font-awesome.css

@@ -1621,3 +1621,6 @@
 .fa-paint-brush:before {
   content: "\f1fc";
 }
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}

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


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -532,3 +532,4 @@
 .@{fa-css-prefix}-at:before { content: @fa-var-at; }
 .@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
 .@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
+.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }

+ 1 - 0
less/variables.less

@@ -61,6 +61,7 @@
 @fa-var-bell-slash: "\f1f6";
 @fa-var-bell-slash-o: "\f1f7";
 @fa-var-binoculars: "\f1e5";
+@fa-var-birthday-cake: "\f1fd";
 @fa-var-bitbucket: "\f171";
 @fa-var-bitbucket-square: "\f172";
 @fa-var-bitcoin: "\f15a";

+ 1 - 0
scss/_icons.scss

@@ -532,3 +532,4 @@
 .#{$fa-css-prefix}-at:before { content: $fa-var-at; }
 .#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
 .#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }
+.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; }

+ 1 - 0
scss/_variables.scss

@@ -61,6 +61,7 @@ $fa-var-bell-o: "\f0a2";
 $fa-var-bell-slash: "\f1f6";
 $fa-var-bell-slash-o: "\f1f7";
 $fa-var-binoculars: "\f1e5";
+$fa-var-birthday-cake: "\f1fd";
 $fa-var-bitbucket: "\f171";
 $fa-var-bitbucket-square: "\f172";
 $fa-var-bitcoin: "\f15a";

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


+ 7 - 0
src/icons.yml

@@ -3455,3 +3455,10 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Birthday Cake
+    id:         birthday-cake
+    unicode:    f1fd
+    created:    4.2
+    categories:
+      - Web Application Icons

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