aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 01:21:32 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 01:21:32 +0200
commit74851f83f79eae6aabcdf195319522162b3c5480 (patch)
treea06591b4ee7118b603cea6d17fd8208626c968f2
parent1 new icon: `planet` (diff)
downloadtabler-icons-74851f83f79eae6aabcdf195319522162b3c5480.tar.xz
2 new icons: `mood-kid`, `mood-suprised`
Fixed icons: `mood-tongue`
-rw-r--r--src/_icons/mood-kid.svg10
-rw-r--r--src/_icons/mood-suprised.svg9
-rw-r--r--src/_icons/mood-tongue.svg2
3 files changed, 20 insertions, 1 deletions
diff --git a/src/_icons/mood-kid.svg b/src/_icons/mood-kid.svg
new file mode 100644
index 0000000..fc39519
--- /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>
diff --git a/src/_icons/mood-suprised.svg b/src/_icons/mood-suprised.svg
new file mode 100644
index 0000000..7c0a073
--- /dev/null
+++ b/src/_icons/mood-suprised.svg
@@ -0,0 +1,9 @@
+---
+tags: [face, emoji, emotion]
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <line x1="9" y1="9" x2="9.01" y2="9" />
+ <line x1="15" y1="9" x2="15.01" y2="9" />
+ <circle cx="12" cy="15" r="2" />
+</svg>
diff --git a/src/_icons/mood-tongue.svg b/src/_icons/mood-tongue.svg
index a54b097..fb311d9 100644
--- a/src/_icons/mood-tongue.svg
+++ b/src/_icons/mood-tongue.svg
@@ -5,5 +5,5 @@ tags: [face, emoji, emotion]
<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="M10 14v2a2 2 0 0 0 4 0v-2m1 0h-6" />
+ <path d="M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7" />
</svg>