From fcd491c8a297d0bf269ef8a29a6ac93fa51e7786 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sun, 23 Dec 2018 01:47:02 -0800 Subject: [PATCH] feat: Add `smile`, `frown` and `meh` emoji icons --- icons/frown.svg | 16 ++++++++++++++++ icons/meh.svg | 16 ++++++++++++++++ icons/smile.svg | 16 ++++++++++++++++ src/tags.json | 3 +++ 4 files changed, 51 insertions(+) create mode 100644 icons/frown.svg create mode 100644 icons/meh.svg create mode 100644 icons/smile.svg diff --git a/icons/frown.svg b/icons/frown.svg new file mode 100644 index 0000000..68f3560 --- /dev/null +++ b/icons/frown.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/meh.svg b/icons/meh.svg new file mode 100644 index 0000000..e8ac3a6 --- /dev/null +++ b/icons/meh.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/icons/smile.svg b/icons/smile.svg new file mode 100644 index 0000000..9716c26 --- /dev/null +++ b/icons/smile.svg @@ -0,0 +1,16 @@ + + + + + + diff --git a/src/tags.json b/src/tags.json index dd49332..a142c5f 100644 --- a/src/tags.json +++ b/src/tags.json @@ -54,6 +54,7 @@ "folder-minus": ["directory"], "folder-plus": ["directory"], "folder": ["directory"], + "frown": ["emoji", "face", "bad", "sad", "emotion"], "gift": ["present", "box", "birthday", "party"], "git-branch": ["code", "version control"], "git-commit": ["code", "version control"], @@ -81,6 +82,7 @@ "map": ["location", "navigation", "travel"], "maximize": ["fullscreen"], "maximize-2": ["fullscreen", "arrows"], + "meh": ["emoji", "face", "neutral", "emotion"], "menu": ["bars", "navigation", "hamburger"], "message-circle": ["comment", "chat"], "message-square": ["comment", "chat"], @@ -122,6 +124,7 @@ "skip-forward": ["music"], "slash": ["ban", "no"], "sliders": ["settings", "controls"], + "smile": ["emoji", "face", "happy", "good", "emotion"], "speaker": ["music"], "star": ["bookmark", "favorite", "like"], "sun": ["brightness", "weather", "light"],