aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-24 23:42:51 +0100
committercodecalm <codecalm@gmail.com>2020-03-24 23:42:51 +0100
commit346a8b38fa6fc7dd7792423bc715de6a83e376ee (patch)
tree0f71bafcdf506bab5b93a772bab0beb8ec2ac07a
parentfloppy icon #10 (diff)
downloadtabler-icons-346a8b38fa6fc7dd7792423bc715de6a83e376ee.tar.xz
arrows-horizontal, arrows-vertical
-rw-r--r--src/_icons/arrows-horizontal.svg7
-rw-r--r--src/_icons/arrows-vertical.svg7
2 files changed, 14 insertions, 0 deletions
diff --git a/src/_icons/arrows-horizontal.svg b/src/_icons/arrows-horizontal.svg
new file mode 100644
index 0000000..0a4eb04
--- /dev/null
+++ b/src/_icons/arrows-horizontal.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <polyline points="7 8 3 12 7 16" />
+ <polyline points="17 8 21 12 17 16" />
+ <line x1="3" y1="12" x2="21" y2="12" />
+</svg>
diff --git a/src/_icons/arrows-vertical.svg b/src/_icons/arrows-vertical.svg
new file mode 100644
index 0000000..fb779e1
--- /dev/null
+++ b/src/_icons/arrows-vertical.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <polyline points="8 7 12 3 16 7" />
+ <polyline points="8 17 12 21 16 17" />
+ <line x1="12" y1="3" x2="12" y2="21" />
+</svg>