mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding bath and shower #708
This commit is contained in:
parent
1a64ae9b93
commit
53edebab76
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.7.0](http://fontawesome.io)
|
# [Font Awesome v4.7.0](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 656 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 658 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](https://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).
|
||||||
|
7
css/font-awesome.css
vendored
7
css/font-awesome.css
vendored
@ -2254,6 +2254,13 @@
|
|||||||
.fa-thermometer-empty:before {
|
.fa-thermometer-empty:before {
|
||||||
content: "\f2cb";
|
content: "\f2cb";
|
||||||
}
|
}
|
||||||
|
.fa-shower:before {
|
||||||
|
content: "\f2cc";
|
||||||
|
}
|
||||||
|
.fa-bathtub:before,
|
||||||
|
.fa-bath:before {
|
||||||
|
content: "\f2cd";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -764,3 +764,6 @@
|
|||||||
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
|
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
|
||||||
.@{fa-css-prefix}-thermometer-0:before,
|
.@{fa-css-prefix}-thermometer-0:before,
|
||||||
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
|
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; }
|
||||||
|
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
|
||||||
|
.@{fa-css-prefix}-bathtub:before,
|
||||||
|
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
|
||||||
|
@ -69,6 +69,8 @@
|
|||||||
@fa-var-bar-chart-o: "\f080";
|
@fa-var-bar-chart-o: "\f080";
|
||||||
@fa-var-barcode: "\f02a";
|
@fa-var-barcode: "\f02a";
|
||||||
@fa-var-bars: "\f0c9";
|
@fa-var-bars: "\f0c9";
|
||||||
|
@fa-var-bath: "\f2cd";
|
||||||
|
@fa-var-bathtub: "\f2cd";
|
||||||
@fa-var-battery: "\f240";
|
@fa-var-battery: "\f240";
|
||||||
@fa-var-battery-0: "\f244";
|
@fa-var-battery-0: "\f244";
|
||||||
@fa-var-battery-1: "\f243";
|
@fa-var-battery-1: "\f243";
|
||||||
@ -581,6 +583,7 @@
|
|||||||
@fa-var-shopping-bag: "\f290";
|
@fa-var-shopping-bag: "\f290";
|
||||||
@fa-var-shopping-basket: "\f291";
|
@fa-var-shopping-basket: "\f291";
|
||||||
@fa-var-shopping-cart: "\f07a";
|
@fa-var-shopping-cart: "\f07a";
|
||||||
|
@fa-var-shower: "\f2cc";
|
||||||
@fa-var-sign-in: "\f090";
|
@fa-var-sign-in: "\f090";
|
||||||
@fa-var-sign-language: "\f2a7";
|
@fa-var-sign-language: "\f2a7";
|
||||||
@fa-var-sign-out: "\f08b";
|
@fa-var-sign-out: "\f08b";
|
||||||
|
@ -764,3 +764,6 @@
|
|||||||
.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; }
|
.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; }
|
||||||
.#{$fa-css-prefix}-thermometer-0:before,
|
.#{$fa-css-prefix}-thermometer-0:before,
|
||||||
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
|
.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; }
|
||||||
|
.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
|
||||||
|
.#{$fa-css-prefix}-bathtub:before,
|
||||||
|
.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
|
||||||
|
@ -69,6 +69,8 @@ $fa-var-bar-chart: "\f080";
|
|||||||
$fa-var-bar-chart-o: "\f080";
|
$fa-var-bar-chart-o: "\f080";
|
||||||
$fa-var-barcode: "\f02a";
|
$fa-var-barcode: "\f02a";
|
||||||
$fa-var-bars: "\f0c9";
|
$fa-var-bars: "\f0c9";
|
||||||
|
$fa-var-bath: "\f2cd";
|
||||||
|
$fa-var-bathtub: "\f2cd";
|
||||||
$fa-var-battery: "\f240";
|
$fa-var-battery: "\f240";
|
||||||
$fa-var-battery-0: "\f244";
|
$fa-var-battery-0: "\f244";
|
||||||
$fa-var-battery-1: "\f243";
|
$fa-var-battery-1: "\f243";
|
||||||
@ -581,6 +583,7 @@ $fa-var-shirtsinbulk: "\f214";
|
|||||||
$fa-var-shopping-bag: "\f290";
|
$fa-var-shopping-bag: "\f290";
|
||||||
$fa-var-shopping-basket: "\f291";
|
$fa-var-shopping-basket: "\f291";
|
||||||
$fa-var-shopping-cart: "\f07a";
|
$fa-var-shopping-cart: "\f07a";
|
||||||
|
$fa-var-shower: "\f2cc";
|
||||||
$fa-var-sign-in: "\f090";
|
$fa-var-sign-in: "\f090";
|
||||||
$fa-var-sign-language: "\f2a7";
|
$fa-var-sign-language: "\f2a7";
|
||||||
$fa-var-sign-out: "\f08b";
|
$fa-var-sign-out: "\f08b";
|
||||||
|
Binary file not shown.
@ -6393,3 +6393,19 @@ icons:
|
|||||||
- thermometer-0
|
- thermometer-0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Shower
|
||||||
|
id: shower
|
||||||
|
unicode: f2cc
|
||||||
|
created: 4.7
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Bath
|
||||||
|
id: bath
|
||||||
|
unicode: f2cd
|
||||||
|
created: 4.7
|
||||||
|
aliases:
|
||||||
|
- bathtub
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user