adding whatsapp icon #1504

This commit is contained in:
Dave Gandy 2015-01-21 12:54:02 -05:00
parent 8264e6b721
commit 2185801eb0
10 changed files with 16 additions and 2 deletions

View file

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

View file

@ -1765,3 +1765,6 @@
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -583,3 +583,4 @@
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; }
.@{fa-css-prefix}-facebook-f:before { content: @fa-var-facebook-f; }
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; }
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; }

View file

@ -578,6 +578,7 @@
@fa-var-wechat: "\f1d7";
@fa-var-weibo: "\f18a";
@fa-var-weixin: "\f1d7";
@fa-var-whatsapp: "\f232";
@fa-var-wheelchair: "\f193";
@fa-var-wifi: "\f1eb";
@fa-var-windows: "\f17a";

View file

@ -583,3 +583,4 @@
.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; }
.#{$fa-css-prefix}-facebook-f:before { content: $fa-var-facebook-f; }
.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; }
.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; }

View file

@ -578,6 +578,7 @@ $fa-var-warning: "\f071";
$fa-var-wechat: "\f1d7";
$fa-var-weibo: "\f18a";
$fa-var-weixin: "\f1d7";
$fa-var-whatsapp: "\f232";
$fa-var-wheelchair: "\f193";
$fa-var-wifi: "\f1eb";
$fa-var-windows: "\f17a";

View file

@ -4984,3 +4984,10 @@ icons:
created: 4.3
categories:
- Brand Icons
- name: What's App
id: whatsapp
unicode: f232
created: 4.3
categories:
- Brand Icons