aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-11 00:11:19 +0200
committercodecalm <codecalm@gmail.com>2020-04-11 00:11:19 +0200
commit8b1d5dbb257f74af6ce68872b757fcc1acfd8192 (patch)
treef338d2614475dd9e3d9e18dc14d19bb1989ce77b
parent`wand` icon (diff)
downloadtabler-icons-8b1d5dbb257f74af6ce68872b757fcc1acfd8192.tar.xz
`barcode`, `scan` icons
click, dragdrop fix
-rw-r--r--src/_icons/barcode.svg12
-rw-r--r--src/_icons/click.svg2
-rw-r--r--src/_icons/drag-drop.svg6
-rw-r--r--src/_icons/scan.svg10
4 files changed, 26 insertions, 4 deletions
diff --git a/src/_icons/barcode.svg b/src/_icons/barcode.svg
new file mode 100644
index 0000000..cdab6fc
--- /dev/null
+++ b/src/_icons/barcode.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <path d="M4 7v-1a2 2 0 0 1 2 -2h2" />
+ <path d="M4 17v1a2 2 0 0 0 2 2h2" />
+ <path d="M16 4h2a2 2 0 0 1 2 2v1" />
+ <path d="M16 20h2a2 2 0 0 0 2 -2v-1" />
+ <rect x="5" y="11" width="1" height="2"></rect>
+ <polyline points="10 11 10 13"></polyline>
+ <rect x="14" y="11" width="1" height="2"></rect>
+ <polyline points="19 11 19 13"></polyline>
+</svg>
diff --git a/src/_icons/click.svg b/src/_icons/click.svg
index a1626fc..92d1b15 100644
--- a/src/_icons/click.svg
+++ b/src/_icons/click.svg
@@ -6,5 +6,5 @@
<line x1="7.8" y1="7.8" x2="5.6" y2="5.6" />
<line x1="16.2" y1="7.8" x2="18.4" y2="5.6" />
<line x1="7.8" y1="16.2" x2="5.6" y2="18.4" />
- <path d="M12 12l10 4l-4 2l-2 4l-4 -10" />
+ <path d="M12 12l9 3l-4 2l-2 4l-3 -9" />
</svg>
diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg
index af10186..dd4e34e 100644
--- a/src/_icons/drag-drop.svg
+++ b/src/_icons/drag-drop.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <path d="M16 8v-4h-12v12.01h4" stroke-dasharray=".001 4" />
- <path d="M20 12v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
- <path d="M22 19l-6 -4v7.2l2.6 -2.6l3.4-.6" />
+ <path d="M15 7v-4h-12v12.01h4" stroke-dasharray=".001 4" />
+ <path d="M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />
+ <path d="M13 13l9 3l-4 2l-2 4l-3 -9" />
</svg>
diff --git a/src/_icons/scan.svg b/src/_icons/scan.svg
new file mode 100644
index 0000000..a33e37d
--- /dev/null
+++ b/src/_icons/scan.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M4 7v-1a2 2 0 0 1 2 -2h2" />
+ <path d="M4 17v1a2 2 0 0 0 2 2h2" />
+ <path d="M16 4h2a2 2 0 0 1 2 2v1" />
+ <path d="M16 20h2a2 2 0 0 0 2 -2v-1" />
+
+ <polyline points="5 12 19 12"></polyline>
+</svg>