Adding product hunt logo #5108

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

View file

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

@ -2044,3 +2044,6 @@
.fa-usb:before { .fa-usb:before {
content: "\f287"; content: "\f287";
} }
.fa-product-hunt:before {
content: "\f288";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

View file

@ -477,6 +477,7 @@
@fa-var-plus-square-o: "\f196"; @fa-var-plus-square-o: "\f196";
@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-puzzle-piece: "\f12e"; @fa-var-puzzle-piece: "\f12e";
@fa-var-qq: "\f1d6"; @fa-var-qq: "\f1d6";
@fa-var-qrcode: "\f029"; @fa-var-qrcode: "\f029";

View file

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

View file

@ -477,6 +477,7 @@ $fa-var-plus-square: "\f0fe";
$fa-var-plus-square-o: "\f196"; $fa-var-plus-square-o: "\f196";
$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-puzzle-piece: "\f12e"; $fa-var-puzzle-piece: "\f12e";
$fa-var-qq: "\f1d6"; $fa-var-qq: "\f1d6";
$fa-var-qrcode: "\f029"; $fa-var-qrcode: "\f029";

View file

@ -5715,3 +5715,10 @@ icons:
created: 4.4 created: 4.4
categories: categories:
- Brand Icons - Brand Icons
- name: Product Hunt
id: product-hunt
unicode: f288
created: 4.4
categories:
- Brand Icons