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 23:35:45 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-12 23:35:45 +0300
commit418afe56c041bdd02b48993be1f34cb24e12a038 (patch)
tree294020de1f3e3363811e0b0fb945e4c2ab3fa798 /less
parentf8eece68ba7fcb71afbcd40dc2299ca2bd95416a (diff)
Adds fa-gimp icon. Fixes #94
Diffstat (limited to 'less')
-rw-r--r--less/icons.less1
-rw-r--r--less/variables.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/less/icons.less b/less/icons.less
index 20c7eb3ed..d4f218917 100644
--- a/less/icons.less
+++ b/less/icons.less
@@ -861,3 +861,4 @@
.@{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; }
+.@{fa-css-prefix}-gimp:before { content: @fa-var-gimp; }
diff --git a/less/variables.less b/less/variables.less
index 6e6e2ed1e..ce1da67e7 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -344,6 +344,7 @@
@fa-var-gg: "\f260";
@fa-var-gg-circle: "\f261";
@fa-var-gift: "\f06b";
+@fa-var-gimp: "\f31b";
@fa-var-git: "\f1d3";
@fa-var-git-square: "\f1d2";
@fa-var-github: "\f09b";