From 2bce284e5ee469b8768e4ef3a0bb9849c7b3938a Mon Sep 17 00:00:00 2001
From: codecalm <codecalm@gmail.com>
Date: Mon, 17 Oct 2022 21:49:41 +0200
Subject: [PATCH] 2 new icons: `teapot`, `timeline-event`

---
 src/_icons/teapot.svg         | 7 +++++++
 src/_icons/timeline-event.svg | 8 ++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 src/_icons/teapot.svg
 create mode 100644 src/_icons/timeline-event.svg

diff --git a/src/_icons/teapot.svg b/src/_icons/teapot.svg
new file mode 100644
index 000000000..37af235f8
--- /dev/null
+++ b/src/_icons/teapot.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+  <path d="M10.29 3h3.42a2 2 0 0 1 1.988 1.78l1.555 14a2 2 0 0 1 -1.988 2.22h-6.53a2 2 0 0 1 -1.988 -2.22l1.555 -14a2 2 0 0 1 1.988 -1.78z" />
+  <path d="M7.47 12.5l-4.257 -5.019a0.899 .899 0 0 1 .69 -1.481h13.09a3.004 3.004 0 0 1 3.007 3v3c0 1.657 -1.346 3 -3.007 3" />
+  <path d="M7 17h10" />
+</svg>
diff --git a/src/_icons/timeline-event.svg b/src/_icons/timeline-event.svg
new file mode 100644
index 000000000..9602d5150
--- /dev/null
+++ b/src/_icons/timeline-event.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+  <circle cx="12" cy="18" r="2" />
+  <path d="M10 18h-6" />
+  <path d="M14 18h6" />
+  <path d="M12 13l-2 -2h-3a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-3l-2 2z" />
+</svg>