aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/drag-drop.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-19 22:07:11 +0200
committercodecalm <codecalm@gmail.com>2020-08-19 22:07:11 +0200
commitbab91a3f58f8a2bbb079fc653d04c907c0a1b67b (patch)
tree6dd799da9bdc42f0bc926e2afc07327f5694fa2b /src/_icons/drag-drop.svg
parent`test` icon fix (diff)
downloadtabler-icons-bab91a3f58f8a2bbb079fc653d04c907c0a1b67b.tar.xz
`stroke-dasharray` bug fix #27
Diffstat (limited to 'src/_icons/drag-drop.svg')
-rw-r--r--src/_icons/drag-drop.svg8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg
index 8314690..418661c 100644
--- a/src/_icons/drag-drop.svg
+++ b/src/_icons/drag-drop.svg
@@ -2,7 +2,13 @@
tags: [location, gesture, move]
---
<svg>
- <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" />
+ <line x1="3" y1="3" x2="3" y2="3.01" />
+ <line x1="7" y1="3" x2="7" y2="3.01" />
+ <line x1="11" y1="3" x2="11" y2="3.01" />
+ <line x1="15" y1="3" x2="15" y2="3.01" />
+ <line x1="3" y1="7" x2="3" y2="7.01" />
+ <line x1="3" y1="11" x2="3" y2="11.01" />
+ <line x1="3" y1="15" x2="3" y2="15.01" />
</svg>