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/src
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 21:54:26 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2019-02-13 21:54:26 +0300
commit4d72d7934f2a1289001c308db22f8ed11d6b4805 (patch)
tree2125984f2dd729282876f3cec10ec44f52792530 /src
parent304eaef3217cd60284f10cb47239fe90ec3043fb (diff)
Adds a spell check icon. Fixes #122
Diffstat (limited to 'src')
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml10
-rw-r--r--src/icons/svg/spell-check.svg4
3 files changed, 20 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 07361c6ff..15f6aaa75 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "7aeb500488722615a81331277413c3bf46d4c83151a476a6c671add24452135c",
- "current": "7aeb500488722615a81331277413c3bf46d4c83151a476a6c671add24452135c"
+ "previous": "9c18c9b9bbddc3953158eb0301b40bdc375a88d029ceeaabb2e2c4c5b8285946",
+ "current": "9c18c9b9bbddc3953158eb0301b40bdc375a88d029ceeaabb2e2c4c5b8285946"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -2367,6 +2367,10 @@
"codepoint": 61847,
"source": "svg/space-shuttle.svg"
},
+ "spell-check": {
+ "codepoint": 62247,
+ "source": "svg/spell-check.svg"
+ },
"spinner": {
"codepoint": 61712,
"source": "svg/spinner.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index e7145bce0..6ff9a76a6 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7252,3 +7252,13 @@ icons:
url: hackster.io
categories:
- Brand Icons
+
+ - name: Spell check
+ id: spell-check
+ unicode: f327
+ created: 1.1
+ filter:
+ - checkmark
+ - spelling
+ categories:
+ - Web Application Icons
diff --git a/src/icons/svg/spell-check.svg b/src/icons/svg/spell-check.svg
new file mode 100644
index 000000000..70568a817
--- /dev/null
+++ b/src/icons/svg/spell-check.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M2048 836c0 25-10 50-28 68l-724 724-136 136c-18 18-43 28-68 28s-50-10-68-28l-136-136-362-362c-18-18-28-43-28-68s10-50 28-68l136-136c18-18 43-28 68-28s50 10 68 28l294 295 656-657c18-18 43-28 68-28s50 10 68 28l136 136c18 18 28 43 28 68zM292 408h177l-72-218-12-47c-1-8-2-14-2-20h-4l-3 20c-3 12-4 27-11 47zm470 254v106H474V662h75l-47-144H259l-47 144h75v106H0V662h70L300 0h162l230 662z"/>
+ <path d="M1447 535v233H863v-90l369-529c8-12 16-22 21-27l11-9v-3c-4 0-8 1-14 1-8 2-18 3-30 3H988v115H868V0h567v89l-369 530c-6 9-14 18-21 26l-11 11v2l14-2c9-2 18-2 30-2h248V535z"/>
+</svg>