adding bed / hotel icon #14 #97

This commit is contained in:
Dave Gandy 2015-01-21 15:47:50 -05:00
parent c585d5af13
commit fcc43357d1
10 changed files with 25 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 514 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 515 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

@ -1777,3 +1777,7 @@
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -587,3 +587,5 @@
.@{fa-css-prefix}-server:before { content: @fa-var-server; }
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; }
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
.@{fa-css-prefix}-hotel:before,
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }

View file

@ -57,6 +57,7 @@
@fa-var-bar-chart-o: "\f080";
@fa-var-barcode: "\f02a";
@fa-var-bars: "\f0c9";
@fa-var-bed: "\f236";
@fa-var-beer: "\f0fc";
@fa-var-behance: "\f1b4";
@fa-var-behance-square: "\f1b5";
@ -283,6 +284,7 @@
@fa-var-history: "\f1da";
@fa-var-home: "\f015";
@fa-var-hospital-o: "\f0f8";
@fa-var-hotel: "\f236";
@fa-var-html5: "\f13b";
@fa-var-ils: "\f20b";
@fa-var-image: "\f03e";

View file

@ -587,3 +587,5 @@
.#{$fa-css-prefix}-server:before { content: $fa-var-server; }
.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; }
.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }
.#{$fa-css-prefix}-hotel:before,
.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; }

View file

@ -57,6 +57,7 @@ $fa-var-bar-chart: "\f080";
$fa-var-bar-chart-o: "\f080";
$fa-var-barcode: "\f02a";
$fa-var-bars: "\f0c9";
$fa-var-bed: "\f236";
$fa-var-beer: "\f0fc";
$fa-var-behance: "\f1b4";
$fa-var-behance-square: "\f1b5";
@ -283,6 +284,7 @@ $fa-var-heartbeat: "\f21e";
$fa-var-history: "\f1da";
$fa-var-home: "\f015";
$fa-var-hospital-o: "\f0f8";
$fa-var-hotel: "\f236";
$fa-var-html5: "\f13b";
$fa-var-ils: "\f20b";
$fa-var-image: "\f03e";

View file

@ -5012,3 +5012,14 @@ icons:
created: 4.3
categories:
- Web Application Icons
- name: Bed
id: bed
unicode: f236
created: 4.3
filter:
- travel
aliases:
- hotel
categories:
- Web Application Icons