Adding Mixcloud #2753

This commit is contained in:
Dave Gandy 2015-11-20 11:26:40 -05:00 committed by Travis Chase
parent 1561bad126
commit ebc046c12b
10 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.1](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 593 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 594 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).

View file

@ -2047,3 +2047,6 @@
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -683,3 +683,4 @@
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; }
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; }

View file

@ -422,6 +422,7 @@
@fa-var-minus-circle: "\f056";
@fa-var-minus-square: "\f146";
@fa-var-minus-square-o: "\f147";
@fa-var-mixcloud: "\f289";
@fa-var-mobile: "\f10b";
@fa-var-mobile-phone: "\f10b";
@fa-var-modx: "\f285";

View file

@ -683,3 +683,4 @@
.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; }
.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; }
.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; }
.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; }

View file

@ -422,6 +422,7 @@ $fa-var-minus: "\f068";
$fa-var-minus-circle: "\f056";
$fa-var-minus-square: "\f146";
$fa-var-minus-square-o: "\f147";
$fa-var-mixcloud: "\f289";
$fa-var-mobile: "\f10b";
$fa-var-mobile-phone: "\f10b";
$fa-var-modx: "\f285";

View file

@ -5722,3 +5722,10 @@ icons:
created: 4.4
categories:
- Brand Icons
- name: Mixcloud
id: mixcloud
unicode: f289
created: 4.4
categories:
- Brand Icons