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-10-12 22:49:24 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-12 22:49:24 +0300
commitf8eece68ba7fcb71afbcd40dc2299ca2bd95416a (patch)
treefa113597a8c51a657e559930adc29b7c41004d40 /less
parent252628bc7daf80f945a5ed54d807c198aef021d4 (diff)
Adds fa-wikidata icon. Fixes #89
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 4ada3de74..20c7eb3ed 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -859,3 +859,5 @@
.@{fa-css-prefix}-dev-to:before { content: @fa-var-dev-to; }
.@{fa-css-prefix}-hashnode:before { content: @fa-var-hashnode; }
.@{fa-css-prefix}-jirafeau:before { content: @fa-var-jirafeau; }
+.@{fa-css-prefix}-emby:before { content: @fa-var-emby; }
+.@{fa-css-prefix}-wikidata:before { content: @fa-var-wikidata; }
diff --git a/less/variables.less b/less/variables.less
index 250768b7e..6e6e2ed1e 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -245,6 +245,7 @@
@fa-var-eject: "\f052";
@fa-var-ellipsis-h: "\f141";
@fa-var-ellipsis-v: "\f142";
+@fa-var-emby: "\f319";
@fa-var-empire: "\f1d1";
@fa-var-envelope: "\f0e0";
@fa-var-envelope-o: "\f003";
@@ -841,6 +842,7 @@
@fa-var-wheelchair: "\f193";
@fa-var-wheelchair-alt: "\f29b";
@fa-var-wifi: "\f1eb";
+@fa-var-wikidata: "\f31a";
@fa-var-wikipedia-w: "\f266";
@fa-var-window-close: "\f2d3";
@fa-var-window-close-o: "\f2d4";