From 4d72d7934f2a1289001c308db22f8ed11d6b4805 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 13 Feb 2019 13:54:26 -0500 Subject: Adds a spell check icon. Fixes #122 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 10 ++++++++++ src/icons/svg/spell-check.svg | 4 ++++ 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/spell-check.svg (limited to 'src') 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 @@ + + + + -- cgit v1.2.3