aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_icons/grip-horizontal.svg10
-rw-r--r--src/_icons/grip-vertical.svg10
2 files changed, 20 insertions, 0 deletions
diff --git a/src/_icons/grip-horizontal.svg b/src/_icons/grip-horizontal.svg
new file mode 100644
index 0000000..306cb3e
--- /dev/null
+++ b/src/_icons/grip-horizontal.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="5" cy="9" r="1" />
+ <circle cx="5" cy="15" r="1" />
+ <circle cx="12" cy="9" r="1" />
+ <circle cx="12" cy="15" r="1" />
+ <circle cx="19" cy="9" r="1" />
+ <circle cx="19" cy="15" r="1" />
+</svg>
diff --git a/src/_icons/grip-vertical.svg b/src/_icons/grip-vertical.svg
new file mode 100644
index 0000000..1aff440
--- /dev/null
+++ b/src/_icons/grip-vertical.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="9" cy="5" r="1" />
+ <circle cx="9" cy="12" r="1" />
+ <circle cx="9" cy="19" r="1" />
+ <circle cx="15" cy="5" r="1" />
+ <circle cx="15" cy="12" r="1" />
+ <circle cx="15" cy="19" r="1" />
+</svg>