aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-11-08 13:05:03 +0100
committercodecalm <codecalm@gmail.com>2020-11-08 13:05:03 +0100
commit5acbb4f20ffe393976abe8b367a49848c0e19e82 (patch)
tree9d4e518b8ee6f1167a61610cf6702c23a79824d4 /icons
parent41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square... (diff)
downloadtabler-icons-5acbb4f20ffe393976abe8b367a49848c0e19e82.tar.xz
Release 1.35.0v1.35.0
Diffstat (limited to 'icons')
-rw-r--r--icons/arrow-bottom-bar.svg8
-rw-r--r--icons/arrow-bottom-circle.svg8
-rw-r--r--icons/arrow-bottom-square.svg8
-rw-r--r--icons/arrow-bottom-tail.svg8
-rw-r--r--icons/arrow-left-bar.svg8
-rw-r--r--icons/arrow-left-circle.svg7
-rw-r--r--icons/arrow-left-square.svg8
-rw-r--r--icons/arrow-left-tail.svg8
-rw-r--r--icons/arrow-loop-left.svg7
-rw-r--r--icons/arrow-loop-right.svg7
-rw-r--r--icons/arrow-right-bar.svg8
-rw-r--r--icons/arrow-right-circle.svg7
-rw-r--r--icons/arrow-right-square.svg8
-rw-r--r--icons/arrow-right-tail.svg8
-rw-r--r--icons/arrow-top-bar.svg8
-rw-r--r--icons/arrow-top-circle.svg8
-rw-r--r--icons/arrow-top-square.svg8
-rw-r--r--icons/arrow-top-tail.svg8
-rw-r--r--icons/arrow-wave-left-down.svg7
-rw-r--r--icons/arrow-wave-left-up.svg7
-rw-r--r--icons/arrow-wave-right-down.svg7
-rw-r--r--icons/arrow-wave-right-up.svg7
-rw-r--r--icons/arrows-down-up.svg9
-rw-r--r--icons/arrows-down.svg9
-rw-r--r--icons/arrows-join-2.svg8
-rw-r--r--icons/arrows-join.svg8
-rw-r--r--icons/arrows-left-right.svg9
-rw-r--r--icons/arrows-left.svg9
-rw-r--r--icons/arrows-right-left.svg9
-rw-r--r--icons/arrows-right.svg9
-rw-r--r--icons/arrows-split-2.svg9
-rw-r--r--icons/arrows-split.svg9
-rw-r--r--icons/arrows-up-down.svg9
-rw-r--r--icons/arrows-up.svg9
-rw-r--r--icons/bone.svg6
-rw-r--r--icons/layout-grid-add.svg9
-rw-r--r--icons/layout-grid.svg (renamed from icons/grid.svg)2
-rw-r--r--icons/pizza.svg9
-rw-r--r--icons/rainbow.svg8
-rw-r--r--icons/receipt-tax.svg (renamed from icons/tax.svg)2
-rw-r--r--icons/stethoscope.svg (renamed from icons/sthetoscope.svg)2
-rw-r--r--icons/switch-2.svg9
-rw-r--r--icons/switch-3.svg9
-rw-r--r--icons/trending-down-2.svg7
-rw-r--r--icons/trending-down-3.svg7
-rw-r--r--icons/trending-up-2.svg7
-rw-r--r--icons/trending-up-3.svg7
47 files changed, 347 insertions, 11 deletions
diff --git a/icons/arrow-bottom-bar.svg b/icons/arrow-bottom-bar.svg
new file mode 100644
index 00000000..625fd341
--- /dev/null
+++ b/icons/arrow-bottom-bar.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bottom-bar" 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"/>
+ <line x1="12" y1="3" x2="12" y2="21" />
+ <path d="M9 18l3 3l3 -3" />
+ <line x1="9" y1="3" x2="15" y2="3" />
+</svg>
+
+
diff --git a/icons/arrow-bottom-circle.svg b/icons/arrow-bottom-circle.svg
new file mode 100644
index 00000000..6a1adfae
--- /dev/null
+++ b/icons/arrow-bottom-circle.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bottom-circle" 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"/>
+ <line x1="12" y1="7" x2="12" y2="21" />
+ <path d="M9 18l3 3l3 -3" />
+ <circle cx="12" cy="5" r="2" />
+</svg>
+
+
diff --git a/icons/arrow-bottom-square.svg b/icons/arrow-bottom-square.svg
new file mode 100644
index 00000000..8b4e99d3
--- /dev/null
+++ b/icons/arrow-bottom-square.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bottom-square" 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"/>
+ <line x1="12" y1="7" x2="12" y2="21" />
+ <path d="M9 18l3 3l3 -3" />
+ <path d="M14 3v4h-4v-4z" />
+</svg>
+
+
diff --git a/icons/arrow-bottom-tail.svg b/icons/arrow-bottom-tail.svg
new file mode 100644
index 00000000..c6f8b2e5
--- /dev/null
+++ b/icons/arrow-bottom-tail.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bottom-tail" 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"/>
+ <line x1="12" y1="6" x2="12" y2="21" />
+ <path d="M9 18l3 3l3 -3" />
+ <path d="M9 3l3 3l3 -3" />
+</svg>
+
+
diff --git a/icons/arrow-left-bar.svg b/icons/arrow-left-bar.svg
new file mode 100644
index 00000000..e85359ce
--- /dev/null
+++ b/icons/arrow-left-bar.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-bar" 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"/>
+ <line x1="21" y1="12" x2="3" y2="12" />
+ <path d="M6 9l-3 3l3 3" />
+ <line x1="21" y1="9" x2="21" y2="15" />
+</svg>
+
+
diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg
index 7c1627cf..34f6b521 100644
--- a/icons/arrow-left-circle.svg
+++ b/icons/arrow-left-circle.svg
@@ -1,9 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-circle" 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" />
- <line x1="8" y1="12" x2="16" y2="12" />
- <line x1="8" y1="12" x2="12" y2="16" />
- <line x1="8" y1="12" x2="12" y2="8" />
+ <line x1="17" y1="12" x2="3" y2="12" />
+ <path d="M6 9l-3 3l3 3" />
+ <circle cx="19" cy="12" r="2" />
</svg>
diff --git a/icons/arrow-left-square.svg b/icons/arrow-left-square.svg
new file mode 100644
index 00000000..c0fca1d6
--- /dev/null
+++ b/icons/arrow-left-square.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-square" 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"/>
+ <line x1="17" y1="12" x2="3" y2="12" />
+ <path d="M6 9l-3 3l3 3" />
+ <path d="M21 14h-4v-4h4z" />
+</svg>
+
+
diff --git a/icons/arrow-left-tail.svg b/icons/arrow-left-tail.svg
new file mode 100644
index 00000000..9fd79650
--- /dev/null
+++ b/icons/arrow-left-tail.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-tail" 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"/>
+ <line x1="18" y1="12" x2="3" y2="12" />
+ <path d="M6 9l-3 3l3 3" />
+ <path d="M21 9l-3 3l3 3" />
+</svg>
+
+
diff --git a/icons/arrow-loop-left.svg b/icons/arrow-loop-left.svg
new file mode 100644
index 00000000..2579a511
--- /dev/null
+++ b/icons/arrow-loop-left.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-left" 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="M13 21v-13a4 4 0 1 1 4 4h-13" />
+ <path d="M7 15l-3 -3l3 -3" />
+</svg>
+
+
diff --git a/icons/arrow-loop-right.svg b/icons/arrow-loop-right.svg
new file mode 100644
index 00000000..330ce283
--- /dev/null
+++ b/icons/arrow-loop-right.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-right" 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 21v-13a4 4 0 1 0 -4 4h13" />
+ <path d="M18 15l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrow-right-bar.svg b/icons/arrow-right-bar.svg
new file mode 100644
index 00000000..0c4b47f5
--- /dev/null
+++ b/icons/arrow-right-bar.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-bar" 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="M18 15l3 -3l-3 -3" />
+ <line x1="3" y1="12" x2="21" y2="12" />
+ <line x1="3" y1="9" x2="3" y2="15" />
+</svg>
+
+
diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg
index 16688330..8d7cffdd 100644
--- a/icons/arrow-right-circle.svg
+++ b/icons/arrow-right-circle.svg
@@ -1,9 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-circle" 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" />
- <line x1="16" y1="12" x2="8" y2="12" />
- <line x1="16" y1="12" x2="12" y2="16" />
- <line x1="16" y1="12" x2="12" y2="8" />
+ <path d="M18 15l3 -3l-3 -3" />
+ <circle cx="5" cy="12" r="2" />
+ <line x1="7" y1="12" x2="21" y2="12" />
</svg>
diff --git a/icons/arrow-right-square.svg b/icons/arrow-right-square.svg
new file mode 100644
index 00000000..36b93ea3
--- /dev/null
+++ b/icons/arrow-right-square.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-square" 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"/>
+ <line x1="7" y1="12" x2="21" y2="12" />
+ <path d="M18 15l3 -3l-3 -3" />
+ <path d="M3 10h4v4h-4z" />
+</svg>
+
+
diff --git a/icons/arrow-right-tail.svg b/icons/arrow-right-tail.svg
new file mode 100644
index 00000000..d233840c
--- /dev/null
+++ b/icons/arrow-right-tail.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-right-tail" 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="M18 15l3 -3l-3 -3" />
+ <path d="M3 15l3 -3l-3 -3" />
+ <line x1="6" y1="12" x2="21" y2="12" />
+</svg>
+
+
diff --git a/icons/arrow-top-bar.svg b/icons/arrow-top-bar.svg
new file mode 100644
index 00000000..2ae1e19f
--- /dev/null
+++ b/icons/arrow-top-bar.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-top-bar" 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"/>
+ <line x1="12" y1="21" x2="12" y2="3" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <line x1="9" y1="21" x2="15" y2="21" />
+</svg>
+
+
diff --git a/icons/arrow-top-circle.svg b/icons/arrow-top-circle.svg
new file mode 100644
index 00000000..19c8c6fe
--- /dev/null
+++ b/icons/arrow-top-circle.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-top-circle" 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"/>
+ <line x1="12" y1="17" x2="12" y2="3" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <circle cx="12" cy="19" r="2" />
+</svg>
+
+
diff --git a/icons/arrow-top-square.svg b/icons/arrow-top-square.svg
new file mode 100644
index 00000000..ab163563
--- /dev/null
+++ b/icons/arrow-top-square.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-top-square" 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"/>
+ <line x1="12" y1="17" x2="12" y2="3" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <path d="M10 21v-4h4v4z" />
+</svg>
+
+
diff --git a/icons/arrow-top-tail.svg b/icons/arrow-top-tail.svg
new file mode 100644
index 00000000..3c5f657b
--- /dev/null
+++ b/icons/arrow-top-tail.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-top-tail" 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"/>
+ <line x1="12" y1="18" x2="12" y2="3" />
+ <path d="M15 6l-3 -3l-3 3" />
+ <path d="M15 21l-3 -3l-3 3" />
+</svg>
+
+
diff --git a/icons/arrow-wave-left-down.svg b/icons/arrow-wave-left-down.svg
new file mode 100644
index 00000000..bccc539d
--- /dev/null
+++ b/icons/arrow-wave-left-down.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-wave-left-down" 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 13.998h-4v-4" />
+ <path d="M21 11.998c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2" />
+</svg>
+
+
diff --git a/icons/arrow-wave-left-up.svg b/icons/arrow-wave-left-up.svg
new file mode 100644
index 00000000..6e990895
--- /dev/null
+++ b/icons/arrow-wave-left-up.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-wave-left-up" 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 9.996h-4v4" />
+ <path d="M21 11.996c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2" />
+</svg>
+
+
diff --git a/icons/arrow-wave-right-down.svg b/icons/arrow-wave-right-down.svg
new file mode 100644
index 00000000..cfab6bf4
--- /dev/null
+++ b/icons/arrow-wave-right-down.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-wave-right-down" 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="M17 13.998h4v-4" />
+ <path d="M3 11.998c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2" />
+</svg>
+
+
diff --git a/icons/arrow-wave-right-up.svg b/icons/arrow-wave-right-up.svg
new file mode 100644
index 00000000..4e6ee9ed
--- /dev/null
+++ b/icons/arrow-wave-right-up.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-wave-right-up" 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="M17 10h4v4" />
+ <path d="M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2" />
+</svg>
+
+
diff --git a/icons/arrows-down-up.svg b/icons/arrows-down-up.svg
new file mode 100644
index 00000000..f64cecf4
--- /dev/null
+++ b/icons/arrows-down-up.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-down-up" 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"/>
+ <line x1="17" y1="3" x2="17" y2="21" />
+ <path d="M10 18l-3 3l-3 -3" />
+ <line x1="7" y1="21" x2="7" y2="3" />
+ <path d="M20 6l-3 -3l-3 3" />
+</svg>
+
+
diff --git a/icons/arrows-down.svg b/icons/arrows-down.svg
new file mode 100644
index 00000000..b66a1864
--- /dev/null
+++ b/icons/arrows-down.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-down" 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"/>
+ <line x1="7" y1="21" x2="7" y2="3" />
+ <path d="M20 18l-3 3l-3 -3" />
+ <path d="M4 18l3 3l3 -3" />
+ <line x1="17" y1="21" x2="17" y2="3" />
+</svg>
+
+
diff --git a/icons/arrows-join-2.svg b/icons/arrows-join-2.svg
new file mode 100644
index 00000000..a174846c
--- /dev/null
+++ b/icons/arrows-join-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-join-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="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" />
+ <path d="M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" />
+ <path d="M18 15l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrows-join.svg b/icons/arrows-join.svg
new file mode 100644
index 00000000..a0ca7f99
--- /dev/null
+++ b/icons/arrows-join.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-join" 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 7h5l3.5 5h9.5" />
+ <path d="M3 17h5l3.495 -5" />
+ <path d="M18 15l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrows-left-right.svg b/icons/arrows-left-right.svg
new file mode 100644
index 00000000..be1094f2
--- /dev/null
+++ b/icons/arrows-left-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-left-right" 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"/>
+ <line x1="21" y1="17" x2="3" y2="17" />
+ <path d="M6 10l-3 -3l3 -3" />
+ <line x1="3" y1="7" x2="21" y2="7" />
+ <path d="M18 20l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrows-left.svg b/icons/arrows-left.svg
new file mode 100644
index 00000000..c8bb45dc
--- /dev/null
+++ b/icons/arrows-left.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-left" 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"/>
+ <line x1="3" y1="7" x2="21" y2="7" />
+ <path d="M6 20l-3 -3l3 -3" />
+ <path d="M6 4l-3 3l3 3" />
+ <line x1="3" y1="17" x2="21" y2="17" />
+</svg>
+
+
diff --git a/icons/arrows-right-left.svg b/icons/arrows-right-left.svg
new file mode 100644
index 00000000..c6ed9f2c
--- /dev/null
+++ b/icons/arrows-right-left.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-right-left" 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"/>
+ <line x1="21" y1="7" x2="3" y2="7" />
+ <path d="M18 10l3 -3l-3 -3" />
+ <path d="M6 20l-3 -3l3 -3" />
+ <line x1="3" y1="17" x2="21" y2="17" />
+</svg>
+
+
diff --git a/icons/arrows-right.svg b/icons/arrows-right.svg
new file mode 100644
index 00000000..28f3b266
--- /dev/null
+++ b/icons/arrows-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-right" 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"/>
+ <line x1="21" y1="17" x2="3" y2="17" />
+ <path d="M18 4l3 3l-3 3" />
+ <path d="M18 20l3 -3l-3 -3" />
+ <line x1="21" y1="7" x2="3" y2="7" />
+</svg>
+
+
diff --git a/icons/arrows-split-2.svg b/icons/arrows-split-2.svg
new file mode 100644
index 00000000..3d995925
--- /dev/null
+++ b/icons/arrows-split-2.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-split-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="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" />
+ <path d="M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9" />
+ <path d="M18 10l3 -3l-3 -3" />
+ <path d="M18 20l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrows-split.svg b/icons/arrows-split.svg
new file mode 100644
index 00000000..4ec09aee
--- /dev/null
+++ b/icons/arrows-split.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-split" 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 17h-8l-3.5 -5h-6.5" />
+ <path d="M21 7h-8l-3.495 5" />
+ <path d="M18 10l3 -3l-3 -3" />
+ <path d="M18 20l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/arrows-up-down.svg b/icons/arrows-up-down.svg
new file mode 100644
index 00000000..7ea25671
--- /dev/null
+++ b/icons/arrows-up-down.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-up-down" 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"/>
+ <line x1="7" y1="3" x2="7" y2="21" />
+ <path d="M10 6l-3 -3l-3 3" />
+ <path d="M20 18l-3 3l-3 -3" />
+ <line x1="17" y1="21" x2="17" y2="3" />
+</svg>
+
+
diff --git a/icons/arrows-up.svg b/icons/arrows-up.svg
new file mode 100644
index 00000000..f46fc9e3
--- /dev/null
+++ b/icons/arrows-up.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrows-up" 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"/>
+ <line x1="17" y1="3" x2="17" y2="21" />
+ <path d="M4 6l3 -3l3 3" />
+ <path d="M20 6l-3 -3l-3 3" />
+ <line x1="7" y1="3" x2="7" y2="21" />
+</svg>
+
+
diff --git a/icons/bone.svg b/icons/bone.svg
new file mode 100644
index 00000000..c02c52a8
--- /dev/null
+++ b/icons/bone.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bone" 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="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l-.005 -.177l-.176 -.005a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" />
+</svg>
+
+
diff --git a/icons/layout-grid-add.svg b/icons/layout-grid-add.svg
new file mode 100644
index 00000000..9b899e85
--- /dev/null
+++ b/icons/layout-grid-add.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-layout-grid-add" 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="6" height="6" rx="1" />
+ <rect x="14" y="4" width="6" height="6" rx="1" />
+ <rect x="4" y="14" width="6" height="6" rx="1" />
+ <rect x="14" y="14" width="6" height="6" rx="1" />
+</svg>
+
+
diff --git a/icons/grid.svg b/icons/layout-grid.svg
index 70e6e0ff..af2bc700 100644
--- a/icons/grid.svg
+++ b/icons/layout-grid.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-grid" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-layout-grid" 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="6" height="6" rx="1" />
<rect x="14" y="4" width="6" height="6" rx="1" />
diff --git a/icons/pizza.svg b/icons/pizza.svg
new file mode 100644
index 00000000..f1f01f3a
--- /dev/null
+++ b/icons/pizza.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pizza" 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 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" />
+ <path d="M5.2 15.772a14.939 14.939 0 0 0 6.995 1.728a14.944 14.944 0 0 0 6.638 -1.545" />
+ <line x1="13" y1="11.01" x2="13" y2="11" />
+ <line x1="11" y1="14" x2="11" y2="13.99" />
+</svg>
+
+
diff --git a/icons/rainbow.svg b/icons/rainbow.svg
new file mode 100644
index 00000000..19d520cd
--- /dev/null
+++ b/icons/rainbow.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-rainbow" 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="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" />
+ <path d="M18 17a6 6 0 1 0 -12 0" />
+ <path d="M14 17a2 2 0 1 0 -4 0" />
+</svg>
+
+
diff --git a/icons/tax.svg b/icons/receipt-tax.svg
index bac20483..ea40b7ea 100644
--- a/icons/tax.svg
+++ b/icons/receipt-tax.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-tax" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-receipt-tax" 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"/>
<line x1="9" y1="14" x2="15" y2="8" />
<circle cx="9.5" cy="8.5" r=".5" fill="currentColor" />
diff --git a/icons/sthetoscope.svg b/icons/stethoscope.svg
index 34df0631..c17fc38b 100644
--- a/icons/sthetoscope.svg
+++ b/icons/stethoscope.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sthetoscope" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-stethoscope" 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="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" />
<path d="M8 15a6 6 0 1 0 12 0v-3" />
diff --git a/icons/switch-2.svg b/icons/switch-2.svg
new file mode 100644
index 00000000..650d26bc
--- /dev/null
+++ b/icons/switch-2.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-switch-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="M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" />
+ <path d="M18 4l3 3l-3 3" />
+ <path d="M3 7h5l7 10h6" />
+ <path d="M18 20l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/switch-3.svg b/icons/switch-3.svg
new file mode 100644
index 00000000..4a1615bc
--- /dev/null
+++ b/icons/switch-3.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-switch-3" 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 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" />
+ <path d="M18 4l3 3l-3 3" />
+ <path d="M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" />
+ <path d="M18 20l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/trending-down-2.svg b/icons/trending-down-2.svg
new file mode 100644
index 00000000..d72d30fb
--- /dev/null
+++ b/icons/trending-down-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trending-down-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="M3 6h5l7 10h6" />
+ <path d="M18 19l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/trending-down-3.svg b/icons/trending-down-3.svg
new file mode 100644
index 00000000..e3838111
--- /dev/null
+++ b/icons/trending-down-3.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trending-down-3" 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 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" />
+ <path d="M18 19l3 -3l-3 -3" />
+</svg>
+
+
diff --git a/icons/trending-up-2.svg b/icons/trending-up-2.svg
new file mode 100644
index 00000000..ac70a9a8
--- /dev/null
+++ b/icons/trending-up-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trending-up-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="M18 5l3 3l-3 3" />
+ <path d="M3 18h5l7 -10h6" />
+</svg>
+
+
diff --git a/icons/trending-up-3.svg b/icons/trending-up-3.svg
new file mode 100644
index 00000000..1993a34a
--- /dev/null
+++ b/icons/trending-up-3.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trending-up-3" 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="M18 5l3 3l-3 3" />
+ <path d="M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397" />
+</svg>
+
+