Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2016-10-06 20:02:13 +0300
committerDave Gandy <dave@davegandy.com>2016-10-06 20:02:13 +0300
commit53edebab766fd1320d64b97aafdbba028e224ee8 (patch)
tree09f3209bf06b2cc00477365cdca30a13aa012964 /less/icons.less
parent1a64ae9b9393db5ffe10ecf41d2520ca74fe1876 (diff)
Adding bath and shower #708
Diffstat (limited to 'less/icons.less')
-rw-r--r--less/icons.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 2479157c3..2af6175d4 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -764,3 +764,6 @@
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; }
.@{fa-css-prefix}-thermometer-0:before,
.@{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; }