diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/grip-horizontal.svg | 10 | ||||
-rw-r--r-- | src/_icons/grip-vertical.svg | 10 |
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 00000000..306cb3ec --- /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 00000000..1aff4401 --- /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> |