aboutsummaryrefslogtreecommitdiff
path: root/dist/icons
diff options
context:
space:
mode:
Diffstat (limited to 'dist/icons')
-rw-r--r--dist/icons/arrow-bar-down.svg8
-rw-r--r--dist/icons/arrow-bar-left.svg8
-rw-r--r--dist/icons/arrow-bar-right.svg8
-rw-r--r--dist/icons/arrow-bar-up.svg8
-rw-r--r--dist/icons/backspace.svg7
-rw-r--r--dist/icons/bucket.svg6
-rw-r--r--dist/icons/grid-dots.svg (renamed from dist/icons/grid-2.svg)2
-rw-r--r--dist/icons/layout-2.svg8
-rw-r--r--dist/icons/layout-columns.svg6
-rw-r--r--dist/icons/layout-navbar.svg6
-rw-r--r--dist/icons/layout-rows.svg6
-rw-r--r--dist/icons/layout-sidebar-right.svg6
-rw-r--r--dist/icons/layout-sidebar.svg6
13 files changed, 84 insertions, 1 deletions
diff --git a/dist/icons/arrow-bar-down.svg b/dist/icons/arrow-bar-down.svg
new file mode 100644
index 0000000..febdfd9
--- /dev/null
+++ b/dist/icons/arrow-bar-down.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-bar-down" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <line x1="12" y1="20" x2="12" y2="10" />
+ <line x1="12" y1="20" x2="16" y2="16" />
+ <line x1="12" y1="20" x2="8" y2="16" />
+ <line x1="4" y1="4" x2="20" y2="4" />
+</svg>
+
+
diff --git a/dist/icons/arrow-bar-left.svg b/dist/icons/arrow-bar-left.svg
new file mode 100644
index 0000000..ae7b699
--- /dev/null
+++ b/dist/icons/arrow-bar-left.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-bar-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <line x1="4" y1="12" x2="14" y2="12" />
+ <line x1="4" y1="12" x2="8" y2="16" />
+ <line x1="4" y1="12" x2="8" y2="8" />
+ <line x1="20" y1="4" x2="20" y2="20" />
+</svg>
+
+
diff --git a/dist/icons/arrow-bar-right.svg b/dist/icons/arrow-bar-right.svg
new file mode 100644
index 0000000..8d4e857
--- /dev/null
+++ b/dist/icons/arrow-bar-right.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-bar-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <line x1="20" y1="12" x2="10" y2="12" />
+ <line x1="20" y1="12" x2="16" y2="16" />
+ <line x1="20" y1="12" x2="16" y2="8" />
+ <line x1="4" y1="4" x2="4" y2="20" />
+</svg>
+
+
diff --git a/dist/icons/arrow-bar-up.svg b/dist/icons/arrow-bar-up.svg
new file mode 100644
index 0000000..766d052
--- /dev/null
+++ b/dist/icons/arrow-bar-up.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-arrow-bar-up" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <line x1="12" y1="4" x2="12" y2="14" />
+ <line x1="12" y1="4" x2="16" y2="8" />
+ <line x1="12" y1="4" x2="8" y2="8" />
+ <line x1="4" y1="20" x2="20" y2="20" />
+</svg>
+
+
diff --git a/dist/icons/backspace.svg b/dist/icons/backspace.svg
new file mode 100644
index 0000000..ca85e4e
--- /dev/null
+++ b/dist/icons/backspace.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-backspace" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path d="M20 6a1 1 0 011 1v10a1 1 0 01-1 1h-11l-5 -5a1.5 1.5 0 010 -2l5 -5Z"></path>
+
+ <path d="M12 10l4 4m0 -4l-4 4" />
+</svg>
+
+
diff --git a/dist/icons/bucket.svg b/dist/icons/bucket.svg
new file mode 100644
index 0000000..93d3509
--- /dev/null
+++ b/dist/icons/bucket.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-bucket" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path d="M19 9l-2 9a2 2.5 0 01-2 2h-6a2 2.5 0 01-2 -2l-2 -9Z"></path>
+ <path d="M7 9a5 5 0 0110 0"></path>
+</svg>
+
+
diff --git a/dist/icons/grid-2.svg b/dist/icons/grid-dots.svg
index 2d3f6ff..fe4a9e7 100644
--- a/dist/icons/grid-2.svg
+++ b/dist/icons/grid-dots.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-grid-2" 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 tabler-icon tabler-icon-grid-dots" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<circle cx="5" cy="5" r="1" />
<circle cx="12" cy="5" r="1" />
<circle cx="19" cy="5" r="1" />
diff --git a/dist/icons/layout-2.svg b/dist/icons/layout-2.svg
new file mode 100644
index 0000000..9b7e63f
--- /dev/null
+++ b/dist/icons/layout-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="7" height="5" rx="2" />
+ <rect x="3" y="12" width="7" height="9" rx="2" />
+ <rect x="14" y="3" width="7" height="9" rx="2" />
+ <rect x="14" y="16" width="7" height="5" rx="2" />
+</svg>
+
+
diff --git a/dist/icons/layout-columns.svg b/dist/icons/layout-columns.svg
new file mode 100644
index 0000000..628d52f
--- /dev/null
+++ b/dist/icons/layout-columns.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-columns" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="12 3 12 21"></polyline>
+</svg>
+
+
diff --git a/dist/icons/layout-navbar.svg b/dist/icons/layout-navbar.svg
new file mode 100644
index 0000000..8702538
--- /dev/null
+++ b/dist/icons/layout-navbar.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-navbar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="3 9 21 9"></polyline>
+</svg>
+
+
diff --git a/dist/icons/layout-rows.svg b/dist/icons/layout-rows.svg
new file mode 100644
index 0000000..b30ae9d
--- /dev/null
+++ b/dist/icons/layout-rows.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-rows" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="3 12 21 12"></polyline>
+</svg>
+
+
diff --git a/dist/icons/layout-sidebar-right.svg b/dist/icons/layout-sidebar-right.svg
new file mode 100644
index 0000000..dfffb5d
--- /dev/null
+++ b/dist/icons/layout-sidebar-right.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-sidebar-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="15 3 15 21"></polyline>
+</svg>
+
+
diff --git a/dist/icons/layout-sidebar.svg b/dist/icons/layout-sidebar.svg
new file mode 100644
index 0000000..d2d37a6
--- /dev/null
+++ b/dist/icons/layout-sidebar.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-layout-sidebar" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="9 3 9 21"></polyline>
+</svg>
+
+