aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-01-18 00:56:57 +0100
committercodecalm <codecalm@gmail.com>2022-01-18 00:56:57 +0100
commitba57a807c365a23a37acaee990b56bfdb755c201 (patch)
tree1fe8f90b13cede36927d2ed0d07e8465d096cfe5
parentRelease 1.52.0 (diff)
downloadtabler-icons-ba57a807c365a23a37acaee990b56bfdb755c201.tar.xz
13 new icons: `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`, `c-sharp`, `layout-sidebar-left-collapse`, `layout-sidebar-left-expand`, `layout-sidebar-right-collapse`, `layout-sidebar-right-expand`, `playlist-add`, `playlist-x`, `robot`, `usb`, `vinyl`
closes: #191, #190, #189, #186, #184
-rw-r--r--src/_icons/arrows-cross.svg9
-rw-r--r--src/_icons/arrows-shuffle-2.svg8
-rw-r--r--src/_icons/arrows-shuffle.svg8
-rw-r--r--src/_icons/c-sharp.svg9
-rw-r--r--src/_icons/layout-sidebar-left-collapse.svg7
-rw-r--r--src/_icons/layout-sidebar-left-expand.svg7
-rw-r--r--src/_icons/layout-sidebar-right-collapse.svg7
-rw-r--r--src/_icons/layout-sidebar-right-expand.svg7
-rw-r--r--src/_icons/playlist-add.svg9
-rw-r--r--src/_icons/playlist-x.svg9
-rw-r--r--src/_icons/robot.svg10
-rw-r--r--src/_icons/usb.svg11
-rw-r--r--src/_icons/vinyl.svg8
13 files changed, 109 insertions, 0 deletions
diff --git a/src/_icons/arrows-cross.svg b/src/_icons/arrows-cross.svg
new file mode 100644
index 00000000..32474d01
--- /dev/null
+++ b/src/_icons/arrows-cross.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M16 4h4v4" />
+ <path d="M15 9l5 -5" />
+ <path d="M4 20l5 -5" />
+ <path d="M16 20h4v-4" />
+ <path d="M4 4l16 16" />
+</svg>
diff --git a/src/_icons/arrows-shuffle-2.svg b/src/_icons/arrows-shuffle-2.svg
new file mode 100644
index 00000000..d7d6c9ff
--- /dev/null
+++ b/src/_icons/arrows-shuffle-2.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M18 4l3 3l-3 3" />
+ <path d="M18 20l3 -3l-3 -3" />
+ <path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
+ <path d="M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" />
+</svg>
diff --git a/src/_icons/arrows-shuffle.svg b/src/_icons/arrows-shuffle.svg
new file mode 100644
index 00000000..498f06a8
--- /dev/null
+++ b/src/_icons/arrows-shuffle.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M18 4l3 3l-3 3" />
+ <path d="M18 20l3 -3l-3 -3" />
+ <path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
+ <path d="M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003c-.836 .627 -1.875 .999 -3 .999h-3" />
+</svg>
diff --git a/src/_icons/c-sharp.svg b/src/_icons/c-sharp.svg
new file mode 100644
index 00000000..750ba75f
--- /dev/null
+++ b/src/_icons/c-sharp.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" />
+ <path d="M16 7l-1 10" />
+ <path d="M20 7l-1 10" />
+ <path d="M14 10h7.5" />
+ <path d="M21 14h-7.5" />
+</svg>
diff --git a/src/_icons/layout-sidebar-left-collapse.svg b/src/_icons/layout-sidebar-left-collapse.svg
new file mode 100644
index 00000000..3c34cb49
--- /dev/null
+++ b/src/_icons/layout-sidebar-left-collapse.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M9 4v16" />
+ <path d="M15 10l-2 2l2 2" />
+</svg>
diff --git a/src/_icons/layout-sidebar-left-expand.svg b/src/_icons/layout-sidebar-left-expand.svg
new file mode 100644
index 00000000..8fed166a
--- /dev/null
+++ b/src/_icons/layout-sidebar-left-expand.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M9 4v16" />
+ <path d="M14 10l2 2l-2 2" />
+</svg>
diff --git a/src/_icons/layout-sidebar-right-collapse.svg b/src/_icons/layout-sidebar-right-collapse.svg
new file mode 100644
index 00000000..f38c5bb6
--- /dev/null
+++ b/src/_icons/layout-sidebar-right-collapse.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M15 4v16" />
+ <path d="M9 10l2 2l-2 2" />
+</svg>
diff --git a/src/_icons/layout-sidebar-right-expand.svg b/src/_icons/layout-sidebar-right-expand.svg
new file mode 100644
index 00000000..96e8a10a
--- /dev/null
+++ b/src/_icons/layout-sidebar-right-expand.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M15 4v16" />
+ <path d="M10 10l-2 2l2 2" />
+</svg>
diff --git a/src/_icons/playlist-add.svg b/src/_icons/playlist-add.svg
new file mode 100644
index 00000000..525d109f
--- /dev/null
+++ b/src/_icons/playlist-add.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M19 8h-14" />
+ <path d="M5 12h9" />
+ <path d="M11 16h-6" />
+ <path d="M15 16h6" />
+ <path d="M18 13v6" />
+</svg>
diff --git a/src/_icons/playlist-x.svg b/src/_icons/playlist-x.svg
new file mode 100644
index 00000000..933b0377
--- /dev/null
+++ b/src/_icons/playlist-x.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M19 8h-14" />
+ <path d="M5 12h7" />
+ <path d="M12 16h-7" />
+ <path d="M16 14l4 4" />
+ <path d="M20 14l-4 4" />
+</svg>
diff --git a/src/_icons/robot.svg b/src/_icons/robot.svg
new file mode 100644
index 00000000..361d8436
--- /dev/null
+++ b/src/_icons/robot.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M7 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-3l-1 -1v-3l1 -1v-1a2 2 0 0 1 2 -2z" />
+ <path d="M10 16h4" />
+ <circle cx="8.5" cy="11.5" r="1" />
+ <circle cx="15.5" cy="11.5" r="1" />
+ <path d="M9 7l-1 -4" />
+ <path d="M15 7l1 -4" />
+</svg>
diff --git a/src/_icons/usb.svg b/src/_icons/usb.svg
new file mode 100644
index 00000000..b947c5a4
--- /dev/null
+++ b/src/_icons/usb.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <circle cx="12" cy="19" r="2" />
+ <path d="M12 17v-11" />
+ <path d="M7 10v3l5 3" />
+ <path d="M12 14.5l5 -2v-2.5" />
+ <path d="M16 10h2v-2h-2z" />
+ <circle cx="7" cy="9" r="1" />
+ <path d="M10 5.5h4l-2 -2.5z" />
+</svg>
diff --git a/src/_icons/vinyl.svg b/src/_icons/vinyl.svg
new file mode 100644
index 00000000..4d9a9ae1
--- /dev/null
+++ b/src/_icons/vinyl.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M16.004 3.937A9 9 0 1 0 21 12"/>
+ <circle cx="12" cy="12" r="1"/>
+ <circle cx="20" cy="4" r="1"/>
+ <path d="M20 4l-3.5 10-2.5 2"/>
+</svg>