diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 01:21:32 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 01:21:32 +0200 |
commit | 74851f83f79eae6aabcdf195319522162b3c5480 (patch) | |
tree | a06591b4ee7118b603cea6d17fd8208626c968f2 /src/_icons/mood-kid.svg | |
parent | 1 new icon: `planet` (diff) | |
download | tabler-icons-74851f83f79eae6aabcdf195319522162b3c5480.tar.xz |
2 new icons: `mood-kid`, `mood-suprised`
Fixed icons: `mood-tongue`
Diffstat (limited to 'src/_icons/mood-kid.svg')
-rw-r--r-- | src/_icons/mood-kid.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/mood-kid.svg b/src/_icons/mood-kid.svg new file mode 100644 index 00000000..fc39519a --- /dev/null +++ b/src/_icons/mood-kid.svg @@ -0,0 +1,10 @@ +--- +tags: [face, emoji, emotion] +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="9" y1="10" x2="9.01" y2="10" /> + <line x1="15" y1="10" x2="15.01" y2="10" /> + <path d="M9.5 15a3.5 3.5 0 0 0 5 0" /> + <path d="M12 3a2 2 0 00 0 4"></path> +</svg> |