diff options
-rw-r--r-- | src/_icons/barcode.svg | 12 | ||||
-rw-r--r-- | src/_icons/click.svg | 2 | ||||
-rw-r--r-- | src/_icons/drag-drop.svg | 6 | ||||
-rw-r--r-- | src/_icons/scan.svg | 10 |
4 files changed, 26 insertions, 4 deletions
diff --git a/src/_icons/barcode.svg b/src/_icons/barcode.svg new file mode 100644 index 00000000..cdab6fc4 --- /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 a1626fc9..92d1b159 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 af101866..dd4e34ec 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 00000000..a33e37d4 --- /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> |