1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

barcode, scan icons

click, dragdrop fix
This commit is contained in:
codecalm
2020-04-11 00:11:19 +02:00
parent 25b5395eed
commit 8b1d5dbb25
4 changed files with 26 additions and 4 deletions

12
src/_icons/barcode.svg Normal file
View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

10
src/_icons/scan.svg Normal file
View File

@@ -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>