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
path: root/less
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-11-21 18:33:13 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-11-21 18:33:13 +0300
commitb02c6f122319a956b17eedf356e1f26bfa835122 (patch)
tree5b6e78b07e565211ba70be26e83214b26d891e02 /less
parent3859cdd0867cf9470a36570983214f1d655fd92a (diff)
Producing a clean build
Diffstat (limited to 'less')
-rw-r--r--less/icons.less4
-rw-r--r--less/variables.less4
2 files changed, 8 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index b317c626f..0a0a7db5e 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -878,3 +878,7 @@
.@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; }
.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; }
.@{fa-css-prefix}-wire:before { content: @fa-var-wire; }
+.@{fa-css-prefix}-tor-onion:before { content: @fa-var-tor-onion; }
+.@{fa-css-prefix}-volume-mute:before { content: @fa-var-volume-mute; }
+.@{fa-css-prefix}-bell-ringing:before { content: @fa-var-bell-ringing; }
+.@{fa-css-prefix}-bell-ringing-o:before { content: @fa-var-bell-ringing-o; }
diff --git a/less/variables.less b/less/variables.less
index 43068e99d..1b133db1e 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -94,6 +94,8 @@
@fa-var-behance-square: "\f1b5";
@fa-var-bell: "\f0a2";
@fa-var-bell-o: "\f0f3";
+@fa-var-bell-ringing: "\f32d";
+@fa-var-bell-ringing-o: "\f330";
@fa-var-bell-slash: "\f1f6";
@fa-var-bell-slash-o: "\f1f7";
@fa-var-bicycle: "\f206";
@@ -787,6 +789,7 @@
@fa-var-toggle-on: "\f205";
@fa-var-toggle-right: "\f152";
@fa-var-toggle-up: "\f151";
+@fa-var-tor-onion: "\f32d";
@fa-var-trademark: "\f25c";
@fa-var-train: "\f238";
@fa-var-transgender: "\f224";
@@ -848,6 +851,7 @@
@fa-var-vk: "\f189";
@fa-var-volume-control-phone: "\f2a0";
@fa-var-volume-down: "\f027";
+@fa-var-volume-mute: "\f32e";
@fa-var-volume-off: "\f026";
@fa-var-volume-up: "\f028";
@fa-var-warning: "\f071";