aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/drag-drop-2.svg6
-rw-r--r--src/_icons/drag-drop.svg7
2 files changed, 13 insertions, 0 deletions
diff --git a/src/_icons/drag-drop-2.svg b/src/_icons/drag-drop-2.svg
new file mode 100644
index 0000000..77202eb
--- /dev/null
+++ b/src/_icons/drag-drop-2.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M16 8v-4h-12v12.01h4" stroke-dasharray=".001 4" />
+ <rect x="8" y="8" width="12" height="12" rx="2" />
+</svg>
diff --git a/src/_icons/drag-drop.svg b/src/_icons/drag-drop.svg
new file mode 100644
index 0000000..af10186
--- /dev/null
+++ b/src/_icons/drag-drop.svg
@@ -0,0 +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" />
+</svg>