aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 22:48:47 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 22:48:47 +0100
commit7fa50c654d42d3dd863132d3e2a3ffe0db6b0b05 (patch)
tree1b4914b33cf08e9f9c5331a3726e3de6d3ce97c0 /_icons
parentdist (diff)
downloadtabler-icons-7fa50c654d42d3dd863132d3e2a3ffe0db6b0b05.tar.xz
new icons, build
Diffstat (limited to '_icons')
-rw-r--r--_icons/arrow-bar-down.svg8
-rw-r--r--_icons/arrow-bar-left.svg8
-rw-r--r--_icons/arrow-bar-right.svg8
-rw-r--r--_icons/arrow-bar-up.svg8
-rw-r--r--_icons/backspace.svg7
-rw-r--r--_icons/bucket.svg6
-rw-r--r--_icons/grid-dots.svg (renamed from _icons/grid-2.svg)0
-rw-r--r--_icons/layout-2.svg8
-rw-r--r--_icons/layout-columns.svg6
-rw-r--r--_icons/layout-navbar.svg6
-rw-r--r--_icons/layout-rows.svg6
-rw-r--r--_icons/layout-sidebar-right.svg6
-rw-r--r--_icons/layout-sidebar.svg6
13 files changed, 83 insertions, 0 deletions
diff --git a/_icons/arrow-bar-down.svg b/_icons/arrow-bar-down.svg
new file mode 100644
index 0000000..fde9e64
--- /dev/null
+++ b/_icons/arrow-bar-down.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <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/_icons/arrow-bar-left.svg b/_icons/arrow-bar-left.svg
new file mode 100644
index 0000000..0ad1b62
--- /dev/null
+++ b/_icons/arrow-bar-left.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <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/_icons/arrow-bar-right.svg b/_icons/arrow-bar-right.svg
new file mode 100644
index 0000000..d8d6e40
--- /dev/null
+++ b/_icons/arrow-bar-right.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <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/_icons/arrow-bar-up.svg b/_icons/arrow-bar-up.svg
new file mode 100644
index 0000000..e2a96c2
--- /dev/null
+++ b/_icons/arrow-bar-up.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <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/_icons/backspace.svg b/_icons/backspace.svg
new file mode 100644
index 0000000..1817ce1
--- /dev/null
+++ b/_icons/backspace.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <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/_icons/bucket.svg b/_icons/bucket.svg
new file mode 100644
index 0000000..0142f64
--- /dev/null
+++ b/_icons/bucket.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <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/_icons/grid-2.svg b/_icons/grid-dots.svg
index 283c46d..283c46d 100644
--- a/_icons/grid-2.svg
+++ b/_icons/grid-dots.svg
diff --git a/_icons/layout-2.svg b/_icons/layout-2.svg
new file mode 100644
index 0000000..7c5036a
--- /dev/null
+++ b/_icons/layout-2.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <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/_icons/layout-columns.svg b/_icons/layout-columns.svg
new file mode 100644
index 0000000..277ca87
--- /dev/null
+++ b/_icons/layout-columns.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="12 3 12 21"></polyline>
+</svg>
diff --git a/_icons/layout-navbar.svg b/_icons/layout-navbar.svg
new file mode 100644
index 0000000..7178998
--- /dev/null
+++ b/_icons/layout-navbar.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="3 9 21 9"></polyline>
+</svg>
diff --git a/_icons/layout-rows.svg b/_icons/layout-rows.svg
new file mode 100644
index 0000000..da26896
--- /dev/null
+++ b/_icons/layout-rows.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="3 12 21 12"></polyline>
+</svg>
diff --git a/_icons/layout-sidebar-right.svg b/_icons/layout-sidebar-right.svg
new file mode 100644
index 0000000..1b0d387
--- /dev/null
+++ b/_icons/layout-sidebar-right.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="15 3 15 21"></polyline>
+</svg>
diff --git a/_icons/layout-sidebar.svg b/_icons/layout-sidebar.svg
new file mode 100644
index 0000000..a293e7d
--- /dev/null
+++ b/_icons/layout-sidebar.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="3" y="3" width="18" height="18" rx="2" />
+ <polyline points="9 3 9 21"></polyline>
+</svg>