aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-01 01:29:47 +0200
committercodecalm <codecalm@gmail.com>2020-06-01 01:29:47 +0200
commitf62508c6ceb2766f44c4a055145cff59137aa825 (patch)
tree4399f498253eb4149fbb21c60c98fbb26c985aa7
parent2 new icons: `mood-kid`, `mood-suprised` (diff)
downloadtabler-icons-f62508c6ceb2766f44c4a055145cff59137aa825.tar.xz
2 new icons: `space`, `user-exclamation`
Fixed icons: `mood-kid`
-rw-r--r--src/_icons/mood-kid.svg2
-rw-r--r--src/_icons/space.svg5
-rw-r--r--src/_icons/user-exclamation.svg8
3 files changed, 14 insertions, 1 deletions
diff --git a/src/_icons/mood-kid.svg b/src/_icons/mood-kid.svg
index fc39519..efd5d03 100644
--- a/src/_icons/mood-kid.svg
+++ b/src/_icons/mood-kid.svg
@@ -6,5 +6,5 @@ tags: [face, emoji, emotion]
<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>
+ <path d="M12 3a2 2 0 0 0 0 4" />
</svg>
diff --git a/src/_icons/space.svg b/src/_icons/space.svg
new file mode 100644
index 0000000..1509e08
--- /dev/null
+++ b/src/_icons/space.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" />
+</svg>
diff --git a/src/_icons/user-exclamation.svg b/src/_icons/user-exclamation.svg
new file mode 100644
index 0000000..6511f4c
--- /dev/null
+++ b/src/_icons/user-exclamation.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="9" cy="7" r="4" />
+ <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />
+ <line x1="19" y1="7" x2="19" y2="10" />
+ <line x1="19" y1="14" x2="19" y2="14.01" />
+</svg>