From ac62662913d8efb1b1325b2ec5b9c780cb6a4eeb Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Fri, 15 Feb 2019 11:42:19 -0500 Subject: Adds a moon icon. Fixes #146 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 13 +++++++++++++ src/icons/svg/moon.svg | 3 +++ src/icons/svg/spell-check.svg | 4 ++-- 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 src/icons/svg/moon.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 6e520bc63..8f0e05fd0 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "bbe6cb7051e355fec762a82a41333133de0ddd83cd217e045c543b381e298454", - "current": "bbe6cb7051e355fec762a82a41333133de0ddd83cd217e045c543b381e298454" + "previous": "536f5ba2b18496e2d5e71605c5312e82f203eb572875eaf77a6e710ba628aca6", + "current": "536f5ba2b18496e2d5e71605c5312e82f203eb572875eaf77a6e710ba628aca6" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -1803,6 +1803,10 @@ "codepoint": 61654, "source": "svg/money.svg" }, + "moon": { + "codepoint": 62248, + "source": "svg/moon.svg" + }, "moon-o": { "codepoint": 61830, "source": "svg/moon-o.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 6ff9a76a6..8a3b8a6ed 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -3936,6 +3936,7 @@ icons: - night - darker - contrast + - crescent categories: - Web Application Icons @@ -7262,3 +7263,15 @@ icons: - spelling categories: - Web Application Icons + + - name: Moon + id: moon + unicode: f328 + created: 1.1 + filter: + - night + - darker + - contrast + - crescent + categories: + - Web Application Icons diff --git a/src/icons/svg/moon.svg b/src/icons/svg/moon.svg new file mode 100644 index 000000000..f85063795 --- /dev/null +++ b/src/icons/svg/moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svg/spell-check.svg b/src/icons/svg/spell-check.svg index 21999d8fc..29f728de0 100644 --- a/src/icons/svg/spell-check.svg +++ b/src/icons/svg/spell-check.svg @@ -1,6 +1,6 @@ - - + + -- cgit v1.2.3