Browse Source

Adding podcast #2125

Dave Gandy 8 years ago
parent
commit
5259fd4d98

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # [Font Awesome v4.7.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 
-Font Awesome is a full suite of 658 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 659 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](https://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

@@ -2261,6 +2261,9 @@
 .fa-bath:before {
   content: "\f2cd";
 }
+.fa-podcast:before {
+  content: "\f2ce";
+}
 .sr-only {
   position: absolute;
   width: 1px;

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


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -767,3 +767,4 @@
 .@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
 .@{fa-css-prefix}-bathtub:before,
 .@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
+.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }

+ 1 - 0
less/variables.less

@@ -519,6 +519,7 @@
 @fa-var-plus-circle: "\f055";
 @fa-var-plus-square: "\f0fe";
 @fa-var-plus-square-o: "\f196";
+@fa-var-podcast: "\f2ce";
 @fa-var-power-off: "\f011";
 @fa-var-print: "\f02f";
 @fa-var-product-hunt: "\f288";

+ 1 - 0
scss/_icons.scss

@@ -767,3 +767,4 @@
 .#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
 .#{$fa-css-prefix}-bathtub:before,
 .#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
+.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }

+ 1 - 0
scss/_variables.scss

@@ -519,6 +519,7 @@ $fa-var-plus: "\f067";
 $fa-var-plus-circle: "\f055";
 $fa-var-plus-square: "\f0fe";
 $fa-var-plus-square-o: "\f196";
+$fa-var-podcast: "\f2ce";
 $fa-var-power-off: "\f011";
 $fa-var-print: "\f02f";
 $fa-var-product-hunt: "\f288";

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


+ 7 - 0
src/icons.yml

@@ -6409,3 +6409,10 @@ icons:
       - bathtub
     categories:
       - Web Application Icons
+
+  - name:       Podcast
+    id:         podcast
+    unicode:    f2ce
+    created:    4.7
+    categories:
+      - Web Application Icons

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