Skip to content

Commit fcd491c

Browse files
committed
feat: Add smile, frown and meh emoji icons
1 parent 70b1a47 commit fcd491c

File tree

4 files changed

+51
-0
lines changed

4 files changed

+51
-0
lines changed

icons/frown.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/meh.svg

Lines changed: 16 additions & 0 deletions
Loading

icons/smile.svg

Lines changed: 16 additions & 0 deletions
Loading

src/tags.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"folder-minus": ["directory"],
5555
"folder-plus": ["directory"],
5656
"folder": ["directory"],
57+
"frown": ["emoji", "face", "bad", "sad", "emotion"],
5758
"gift": ["present", "box", "birthday", "party"],
5859
"git-branch": ["code", "version control"],
5960
"git-commit": ["code", "version control"],
@@ -81,6 +82,7 @@
8182
"map": ["location", "navigation", "travel"],
8283
"maximize": ["fullscreen"],
8384
"maximize-2": ["fullscreen", "arrows"],
85+
"meh": ["emoji", "face", "neutral", "emotion"],
8486
"menu": ["bars", "navigation", "hamburger"],
8587
"message-circle": ["comment", "chat"],
8688
"message-square": ["comment", "chat"],
@@ -122,6 +124,7 @@
122124
"skip-forward": ["music"],
123125
"slash": ["ban", "no"],
124126
"sliders": ["settings", "controls"],
127+
"smile": ["emoji", "face", "happy", "good", "emotion"],
125128
"speaker": ["music"],
126129
"star": ["bookmark", "favorite", "like"],
127130
"sun": ["brightness", "weather", "light"],

0 commit comments

Comments
 (0)