aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
Diffstat (limited to 'icons')
-rw-r--r--icons/3d-rotate.svg10
-rw-r--r--icons/address-book.svg11
-rw-r--r--icons/album.svg7
-rw-r--r--icons/augmented-reality.svg12
-rw-r--r--icons/barrier-block.svg15
-rw-r--r--icons/baseline.svg8
-rw-r--r--icons/cake.svg8
-rw-r--r--icons/circle-rectangle.svg7
-rw-r--r--icons/circle-triangle.svg7
-rw-r--r--icons/dental.svg7
-rw-r--r--icons/device-nintendo.svg9
-rw-r--r--icons/error-404.svg10
-rw-r--r--icons/file-description.svg9
-rw-r--r--icons/file-settings.svg14
-rw-r--r--icons/focus-centered.svg10
-rw-r--r--icons/gizmo.svg10
-rw-r--r--icons/layout-dashboard.svg9
-rw-r--r--icons/letters-case.svg9
-rw-r--r--icons/message-2-code.svg8
-rw-r--r--icons/message-code.svg8
-rw-r--r--icons/north-star.svg9
-rw-r--r--icons/numbers.svg9
-rw-r--r--icons/oval-vertical.svg6
-rw-r--r--icons/oval.svg6
-rw-r--r--icons/paper-bag.svg9
-rw-r--r--icons/radar-2.svg9
-rw-r--r--icons/radar.svg8
-rw-r--r--icons/road.svg10
-rw-r--r--icons/section-sign.svg8
-rw-r--r--icons/square-asterisk.svg9
-rw-r--r--icons/square-rotated-forbid-2.svg7
-rw-r--r--icons/square-rotated-forbid.svg7
-rw-r--r--icons/sword.svg7
-rw-r--r--icons/timeline.svg10
-rw-r--r--icons/triangle-inverted.svg6
-rw-r--r--icons/webhook.svg8
-rw-r--r--icons/yoga.svg9
37 files changed, 316 insertions, 9 deletions
diff --git a/icons/3d-rotate.svg b/icons/3d-rotate.svg
new file mode 100644
index 00000000..3a05830e
--- /dev/null
+++ b/icons/3d-rotate.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-3d-rotate" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M7 15.5l4 -2.5" />
+ <path d="M3 13l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" />
+ <path d="M3 13v4.5l4 2.5" />
+ <path d="M11 4a7 7 0 0 1 7 7v4l-3 -3" />
+ <path d="M21 12l-3 3" />
+</svg>
+
+
diff --git a/icons/address-book.svg b/icons/address-book.svg
new file mode 100644
index 00000000..065981d5
--- /dev/null
+++ b/icons/address-book.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-address-book" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" />
+ <path d="M10 16h6" />
+ <circle cx="13" cy="11" r="2" />
+ <path d="M4 8h3" />
+ <path d="M4 12h3" />
+ <path d="M4 16h3" />
+</svg>
+
+
diff --git a/icons/album.svg b/icons/album.svg
new file mode 100644
index 00000000..d4d6b409
--- /dev/null
+++ b/icons/album.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-album" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M12 4v7l2 -2l2 2v-7" />
+</svg>
+
+
diff --git a/icons/augmented-reality.svg b/icons/augmented-reality.svg
new file mode 100644
index 00000000..a01d67a3
--- /dev/null
+++ b/icons/augmented-reality.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-augmented-reality" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
+ <path d="M4 16v2a2 2 0 0 0 2 2h2" />
+ <path d="M16 4h2a2 2 0 0 1 2 2v2" />
+ <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
+ <path d="M12 12.5l4 -2.5" />
+ <path d="M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" />
+ <path d="M8 10v4.5l4 2.5" />
+</svg>
+
+
diff --git a/icons/barrier-block.svg b/icons/barrier-block.svg
new file mode 100644
index 00000000..1a664693
--- /dev/null
+++ b/icons/barrier-block.svg
@@ -0,0 +1,15 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-barrier-block" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <rect x="4" y="7" width="16" height="9" rx="1" />
+ <path d="M7 16v4" />
+ <path d="M7.5 16l9 -9" />
+ <path d="M13.5 16l6.5 -6.5" />
+ <path d="M4 13.5l6.5 -6.5" />
+ <path d="M17 16v4" />
+ <path d="M5 20h4" />
+ <path d="M15 20h4" />
+ <path d="M17 7v-2" />
+ <path d="M7 7v-2" />
+</svg>
+
+
diff --git a/icons/baseline.svg b/icons/baseline.svg
new file mode 100644
index 00000000..bf790ff9
--- /dev/null
+++ b/icons/baseline.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-baseline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 20h16" />
+ <path d="M8 16v-8a4 4 0 1 1 8 0v8" />
+ <path d="M8 10h8" />
+</svg>
+
+
diff --git a/icons/cake.svg b/icons/cake.svg
new file mode 100644
index 00000000..11f93bdd
--- /dev/null
+++ b/icons/cake.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-cake" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8z" />
+ <path d="M2.996 14.803c.312 .135 .654 .204 1.004 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1.004 -.197" />
+ <path d="M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />
+</svg>
+
+
diff --git a/icons/circle-rectangle.svg b/icons/circle-rectangle.svg
new file mode 100644
index 00000000..2014a79b
--- /dev/null
+++ b/icons/circle-rectangle.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-circle-rectangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M7 10h10v4h-10z" />
+</svg>
+
+
diff --git a/icons/circle-triangle.svg b/icons/circle-triangle.svg
new file mode 100644
index 00000000..b635faab
--- /dev/null
+++ b/icons/circle-triangle.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-circle-triangle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M12 20l7 -12h-14z" />
+</svg>
+
+
diff --git a/icons/dental.svg b/icons/dental.svg
new file mode 100644
index 00000000..0a1ca300
--- /dev/null
+++ b/icons/dental.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-dental" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 -.001 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 .004 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 1.994 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -4.994 -4 -5c-1.423 -.004 -2.92 .911 -4 1.5z" />
+ <path d="M12 5.5l3 1.5" />
+</svg>
+
+
diff --git a/icons/device-nintendo.svg b/icons/device-nintendo.svg
new file mode 100644
index 00000000..86edf555
--- /dev/null
+++ b/icons/device-nintendo.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-nintendo" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z" />
+ <path d="M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z" />
+ <circle cx="17.5" cy="15.5" r="1" fill="currentColor" />
+ <circle cx="6.5" cy="8.5" r="1" fill="currentColor" />
+</svg>
+
+
diff --git a/icons/error-404.svg b/icons/error-404.svg
new file mode 100644
index 00000000..6b344520
--- /dev/null
+++ b/icons/error-404.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-error-404" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M3 7v4a1 1 0 0 0 1 1h3" />
+ <path d="M7 7v10" />
+ <path d="M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" />
+ <path d="M17 7v4a1 1 0 0 0 1 1h3" />
+ <path d="M21 7v10" />
+</svg>
+
+
diff --git a/icons/file-description.svg b/icons/file-description.svg
new file mode 100644
index 00000000..74d7b5dc
--- /dev/null
+++ b/icons/file-description.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-description" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+ <path d="M9 17h6" />
+ <path d="M9 13h6" />
+</svg>
+
+
diff --git a/icons/file-settings.svg b/icons/file-settings.svg
new file mode 100644
index 00000000..db3fc9dd
--- /dev/null
+++ b/icons/file-settings.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-file-settings" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="14" r="2" />
+ <path d="M12 10.5v1.5" />
+ <path d="M12 16v1.5" />
+ <path d="M15.031 12.25l-1.299 .75" />
+ <path d="M10.268 15l-1.3 .75" />
+ <path d="M15 15.803l-1.285 -.773" />
+ <path d="M10.285 12.97l-1.285 -.773" />
+ <path d="M14 3v4a1 1 0 0 0 1 1h4" />
+ <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />
+</svg>
+
+
diff --git a/icons/focus-centered.svg b/icons/focus-centered.svg
new file mode 100644
index 00000000..dcc1d8c3
--- /dev/null
+++ b/icons/focus-centered.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-focus-centered" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="1" />
+ <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
+ <path d="M4 16v2a2 2 0 0 0 2 2h2" />
+ <path d="M16 4h2a2 2 0 0 1 2 2v2" />
+ <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
+</svg>
+
+
diff --git a/icons/gizmo.svg b/icons/gizmo.svg
new file mode 100644
index 00000000..a8b8b6a4
--- /dev/null
+++ b/icons/gizmo.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-gizmo" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M20 19l-8 -5.5l-8 5.5" />
+ <path d="M12 4v9.5" />
+ <circle cx="12" cy="4" r="1" />
+ <circle cx="4" cy="19" r="1" />
+ <circle cx="20" cy="19" r="1" />
+</svg>
+
+
diff --git a/icons/layout-dashboard.svg b/icons/layout-dashboard.svg
new file mode 100644
index 00000000..d7f36170
--- /dev/null
+++ b/icons/layout-dashboard.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-layout-dashboard" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 4h6v8h-6z" />
+ <path d="M4 16h6v4h-6z" />
+ <path d="M14 12h6v8h-6z" />
+ <path d="M14 4h6v4h-6z" />
+</svg>
+
+
diff --git a/icons/letters-case.svg b/icons/letters-case.svg
deleted file mode 100644
index e8e16df8..00000000
--- a/icons/letters-case.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-letters-case" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
- <circle cx="18" cy="16" r="3" />
- <line x1="21" y1="13" x2="21" y2="19" />
- <path d="M3 19v-10a4 4 0 0 1 4 -4a4 4 0 0 1 4 4v10" />
- <line x1="3" y1="13" x2="11" y2="13" />
-</svg>
-
-
diff --git a/icons/message-2-code.svg b/icons/message-2-code.svg
new file mode 100644
index 00000000..db363781
--- /dev/null
+++ b/icons/message-2-code.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-message-2-code" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 20l-3 -3h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-2l-3 3" />
+ <path d="M10 9l-2 2l2 2" />
+ <path d="M14 9l2 2l-2 2" />
+</svg>
+
+
diff --git a/icons/message-code.svg b/icons/message-code.svg
new file mode 100644
index 00000000..57630602
--- /dev/null
+++ b/icons/message-code.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-message-code" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" />
+ <path d="M10 9l-2 2l2 2" />
+ <path d="M14 9l2 2l-2 2" />
+</svg>
+
+
diff --git a/icons/north-star.svg b/icons/north-star.svg
new file mode 100644
index 00000000..a6b20600
--- /dev/null
+++ b/icons/north-star.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-north-star" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M3 12h18" />
+ <path d="M12 21v-18" />
+ <path d="M7.5 7.5l9 9" />
+ <path d="M7.5 16.5l9 -9" />
+</svg>
+
+
diff --git a/icons/numbers.svg b/icons/numbers.svg
new file mode 100644
index 00000000..cf04cb51
--- /dev/null
+++ b/icons/numbers.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-numbers" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M8 10v-7l-2 2" />
+ <path d="M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3.001h4" />
+ <path d="M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2" />
+ <path d="M6.5 10h3" />
+</svg>
+
+
diff --git a/icons/oval-vertical.svg b/icons/oval-vertical.svg
new file mode 100644
index 00000000..4b28ff20
--- /dev/null
+++ b/icons/oval-vertical.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-oval-vertical" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <ellipse transform="matrix(0 -1 -1 0 24 24)" cx="12" cy="12" rx="6" ry="9" />
+</svg>
+
+
diff --git a/icons/oval.svg b/icons/oval.svg
new file mode 100644
index 00000000..518f28b6
--- /dev/null
+++ b/icons/oval.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-oval" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <ellipse cx="12" cy="12" rx="6" ry="9" />
+</svg>
+
+
diff --git a/icons/paper-bag.svg b/icons/paper-bag.svg
new file mode 100644
index 00000000..46a72f44
--- /dev/null
+++ b/icons/paper-bag.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-paper-bag" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z" />
+ <circle cx="14" cy="15" r="2" />
+ <path d="M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" />
+ <path d="M11 7h2" />
+</svg>
+
+
diff --git a/icons/radar-2.svg b/icons/radar-2.svg
new file mode 100644
index 00000000..e6542b64
--- /dev/null
+++ b/icons/radar-2.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-radar-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="1" />
+ <path d="M15.51 15.56a5 5 0 1 0 -3.51 1.44" />
+ <path d="M18.832 17.86a9 9 0 1 0 -6.832 3.14" />
+ <path d="M12 12v9" />
+</svg>
+
+
diff --git a/icons/radar.svg b/icons/radar.svg
new file mode 100644
index 00000000..521f1b50
--- /dev/null
+++ b/icons/radar.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-radar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" />
+ <path d="M15.999 8.998a5 5 0 1 0 -6.999 7.003" />
+ <path d="M20.486 8.995a9 9 0 1 0 -11.482 11.495" />
+</svg>
+
+
diff --git a/icons/road.svg b/icons/road.svg
new file mode 100644
index 00000000..62639726
--- /dev/null
+++ b/icons/road.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-road" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 19l4 -14" />
+ <path d="M16 5l4 14" />
+ <path d="M12 8v-2" />
+ <path d="M12 13v-2" />
+ <path d="M12 18v-2" />
+</svg>
+
+
diff --git a/icons/section-sign.svg b/icons/section-sign.svg
new file mode 100644
index 00000000..d9974e4a
--- /dev/null
+++ b/icons/section-sign.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-section-sign" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M9.172 19.004a3.001 3.001 0 1 0 2.828 -4.004" />
+ <path d="M14.83 5.002a3.001 3.001 0 1 0 -2.83 3.998" />
+ <circle cx="12" cy="12" r="3" />
+</svg>
+
+
diff --git a/icons/square-asterisk.svg b/icons/square-asterisk.svg
new file mode 100644
index 00000000..f6c3a3d8
--- /dev/null
+++ b/icons/square-asterisk.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-asterisk" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M12 8.5v7" />
+ <path d="M9 10l6 4" />
+ <path d="M9 14l6 -4" />
+</svg>
+
+
diff --git a/icons/square-rotated-forbid-2.svg b/icons/square-rotated-forbid-2.svg
new file mode 100644
index 00000000..a5ace357
--- /dev/null
+++ b/icons/square-rotated-forbid-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-rotated-forbid-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" />
+ <path d="M9.5 9.5l5 5" />
+</svg>
+
+
diff --git a/icons/square-rotated-forbid.svg b/icons/square-rotated-forbid.svg
new file mode 100644
index 00000000..a331f230
--- /dev/null
+++ b/icons/square-rotated-forbid.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-square-rotated-forbid" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" />
+ <path d="M9.5 14.5l5 -5" />
+</svg>
+
+
diff --git a/icons/sword.svg b/icons/sword.svg
new file mode 100644
index 00000000..55209b7e
--- /dev/null
+++ b/icons/sword.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sword" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z" />
+ <path d="M6.5 11.5l6 6" />
+</svg>
+
+
diff --git a/icons/timeline.svg b/icons/timeline.svg
new file mode 100644
index 00000000..6cd6373b
--- /dev/null
+++ b/icons/timeline.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-timeline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4 16l6 -7l5 5l5 -6" />
+ <circle cx="15" cy="14" r="1" />
+ <circle cx="10" cy="9" r="1" />
+ <circle cx="4" cy="16" r="1" />
+ <circle cx="20" cy="8" r="1" />
+</svg>
+
+
diff --git a/icons/triangle-inverted.svg b/icons/triangle-inverted.svg
new file mode 100644
index 00000000..d0fc3f53
--- /dev/null
+++ b/icons/triangle-inverted.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-triangle-inverted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M5 4h14a2 2 0 0 1 1.84 2.75l-7.1 12.25a2 2 0 0 1 -3.5 0l-7.1 -12.25a2 2 0 0 1 1.75 -2.75" />
+</svg>
+
+
diff --git a/icons/webhook.svg b/icons/webhook.svg
new file mode 100644
index 00000000..730a04dd
--- /dev/null
+++ b/icons/webhook.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-webhook" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M4.876 13.61a4 4 0 1 0 6.124 3.39h6" />
+ <path d="M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5" />
+ <path d="M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5" />
+</svg>
+
+
diff --git a/icons/yoga.svg b/icons/yoga.svg
new file mode 100644
index 00000000..c4d1035a
--- /dev/null
+++ b/icons/yoga.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-yoga" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="4" r="1" />
+ <path d="M4 20h4l1.5 -3" />
+ <path d="M17 20l-1 -5h-5l1 -7" />
+ <path d="M4 10l4 -1l4 -1l4 1.5l4 1.5" />
+</svg>
+
+