mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add smile
, frown
and meh
emoji icons
This commit is contained in:
parent
70b1a47b56
commit
fcd491c8a2
16
icons/frown.svg
Normal file
16
icons/frown.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" />
|
||||||
|
<path d="M16 16s-1.5-2-4-2-4 2-4 2" />
|
||||||
|
<line x1="9" y1="9" x2="9.01" y2="9" />
|
||||||
|
<line x1="15" y1="9" x2="15.01" y2="9" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 371 B |
16
icons/meh.svg
Normal file
16
icons/meh.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" />
|
||||||
|
<line x1="8" y1="15" x2="16" y2="15" />
|
||||||
|
<line x1="9" y1="9" x2="9.01" y2="9" />
|
||||||
|
<line x1="15" y1="9" x2="15.01" y2="9" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 372 B |
16
icons/smile.svg
Normal file
16
icons/smile.svg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<svg
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<circle cx="12" cy="12" r="10" />
|
||||||
|
<path d="M8 14s1.5 2 4 2 4-2 4-2" />
|
||||||
|
<line x1="9" y1="9" x2="9.01" y2="9" />
|
||||||
|
<line x1="15" y1="9" x2="15.01" y2="9" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 369 B |
@ -54,6 +54,7 @@
|
|||||||
"folder-minus": ["directory"],
|
"folder-minus": ["directory"],
|
||||||
"folder-plus": ["directory"],
|
"folder-plus": ["directory"],
|
||||||
"folder": ["directory"],
|
"folder": ["directory"],
|
||||||
|
"frown": ["emoji", "face", "bad", "sad", "emotion"],
|
||||||
"gift": ["present", "box", "birthday", "party"],
|
"gift": ["present", "box", "birthday", "party"],
|
||||||
"git-branch": ["code", "version control"],
|
"git-branch": ["code", "version control"],
|
||||||
"git-commit": ["code", "version control"],
|
"git-commit": ["code", "version control"],
|
||||||
@ -81,6 +82,7 @@
|
|||||||
"map": ["location", "navigation", "travel"],
|
"map": ["location", "navigation", "travel"],
|
||||||
"maximize": ["fullscreen"],
|
"maximize": ["fullscreen"],
|
||||||
"maximize-2": ["fullscreen", "arrows"],
|
"maximize-2": ["fullscreen", "arrows"],
|
||||||
|
"meh": ["emoji", "face", "neutral", "emotion"],
|
||||||
"menu": ["bars", "navigation", "hamburger"],
|
"menu": ["bars", "navigation", "hamburger"],
|
||||||
"message-circle": ["comment", "chat"],
|
"message-circle": ["comment", "chat"],
|
||||||
"message-square": ["comment", "chat"],
|
"message-square": ["comment", "chat"],
|
||||||
@ -122,6 +124,7 @@
|
|||||||
"skip-forward": ["music"],
|
"skip-forward": ["music"],
|
||||||
"slash": ["ban", "no"],
|
"slash": ["ban", "no"],
|
||||||
"sliders": ["settings", "controls"],
|
"sliders": ["settings", "controls"],
|
||||||
|
"smile": ["emoji", "face", "happy", "good", "emotion"],
|
||||||
"speaker": ["music"],
|
"speaker": ["music"],
|
||||||
"star": ["bookmark", "favorite", "like"],
|
"star": ["bookmark", "favorite", "like"],
|
||||||
"sun": ["brightness", "weather", "light"],
|
"sun": ["brightness", "weather", "light"],
|
||||||
|
Loading…
Reference in New Issue
Block a user