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>2018-03-09 02:18:10 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-03-09 02:18:10 +0300
commit6780a5386b37def1a422e1632156f0ae27d6a1a9 (patch)
treeb8c08e3e2e259b169a019c3e2553a85d825a63ef /less
parent88fc0d4e63d4514b0f0af9ae5fe1a4d9df9b7a73 (diff)
Adds the tipeee icon, fixes #39
Diffstat (limited to 'less')
-rw-r--r--less/icons.less2
-rw-r--r--less/variables.less2
2 files changed, 4 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 6cfcdefcd..b13afd5f6 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -817,3 +817,5 @@
.@{fa-css-prefix}-freedombox:before { content: @fa-var-freedombox; }
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
.@{fa-css-prefix}-debian:before { content: @fa-var-debian; }
+.@{fa-css-prefix}-mastodon-square:before { content: @fa-var-mastodon-square; }
+.@{fa-css-prefix}-tipeee:before { content: @fa-var-tipeee; }
diff --git a/less/variables.less b/less/variables.less
index 1bef17ec8..20e9eff91 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -477,6 +477,7 @@
@fa-var-mars-stroke-v: "\f22a";
@fa-var-mastodon: "\f2e1";
@fa-var-mastodon-alt: "\f2e2";
+@fa-var-mastodon-square: "\f300";
@fa-var-maxcdn: "\f136";
@fa-var-meanpath: "\f20c";
@fa-var-medium: "\f23a";
@@ -728,6 +729,7 @@
@fa-var-times-rectangle: "\f2d3";
@fa-var-times-rectangle-o: "\f2d4";
@fa-var-tint: "\f043";
+@fa-var-tipeee: "\f301";
@fa-var-toggle-down: "\f150";
@fa-var-toggle-left: "\f191";
@fa-var-toggle-off: "\f204";