adding server #2596

This commit is contained in:
Dave Gandy 2015-01-21 14:59:16 -05:00
parent 2ef7cb4322
commit 171d5e3302
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 511 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 512 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

@ -1768,3 +1768,6 @@
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -584,3 +584,4 @@
.@{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; }
.@{fa-css-prefix}-server:before { content: @fa-var-server; }

View file

@ -440,6 +440,7 @@
@fa-var-sellsy: "\f213";
@fa-var-send: "\f1d8";
@fa-var-send-o: "\f1d9";
@fa-var-server: "\f233";
@fa-var-share: "\f064";
@fa-var-share-alt: "\f1e0";
@fa-var-share-alt-square: "\f1e1";

View file

@ -584,3 +584,4 @@
.#{$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; }
.#{$fa-css-prefix}-server:before { content: $fa-var-server; }

View file

@ -440,6 +440,7 @@ $fa-var-search-plus: "\f00e";
$fa-var-sellsy: "\f213";
$fa-var-send: "\f1d8";
$fa-var-send-o: "\f1d9";
$fa-var-server: "\f233";
$fa-var-share: "\f064";
$fa-var-share-alt: "\f1e0";
$fa-var-share-alt-square: "\f1e1";

View file

@ -4991,3 +4991,10 @@ icons:
created: 4.3
categories:
- Brand Icons
- name: Server
id: server
unicode: f233
created: 4.3
categories:
- Web Application Icons