Adding podcast #2125

This commit is contained in:
Dave Gandy 2016-10-11 12:31:17 -04:00
parent 53edebab76
commit 5259fd4d98
10 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# [Font Awesome v4.7.0](http://fontawesome.io) # [Font Awesome v4.7.0](http://fontawesome.io)
### The iconic font and CSS framework ### 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). created and maintained by [Dave Gandy](https://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

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

View file

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

View file

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

View file

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

View file

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