aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
Diffstat (limited to '_icons')
-rw-r--r--_icons/arrow-down.svg7
-rw-r--r--_icons/arrow-left.svg5
-rw-r--r--_icons/arrow-right.svg5
-rw-r--r--_icons/arrow-up.svg7
4 files changed, 20 insertions, 4 deletions
diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg
new file mode 100644
index 0000000..a202dff
--- /dev/null
+++ b/_icons/arrow-down.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <line x1="12" y1="5" x2="12" y2="19" />
+ <line x1="19" y1="12" x2="12" y2="19" />
+ <line x1="5" y1="12" x2="12" y2="19" />
+</svg>
diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg
index 59e7ba1..3d83311 100644
--- a/_icons/arrow-left.svg
+++ b/_icons/arrow-left.svg
@@ -1,6 +1,7 @@
---
---
<svg>
- <line x1="19" y1="12" x2="5" y2="12" />
- <polyline points="12 19 5 12 12 5" />
+ <line x1="5" y1="12" x2="19" y2="12" />
+ <line x1="5" y1="12" x2="12" y2="19" />
+ <line x1="5" y1="12" x2="12" y2="5" />
</svg>
diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg
index 59e7ba1..5869438 100644
--- a/_icons/arrow-right.svg
+++ b/_icons/arrow-right.svg
@@ -1,6 +1,7 @@
---
---
<svg>
- <line x1="19" y1="12" x2="5" y2="12" />
- <polyline points="12 19 5 12 12 5" />
+ <line x1="5" y1="12" x2="19" y2="12" />
+ <line x1="12" y1="19" x2="19" y2="12" />
+ <line x1="12" y1="5" x2="19" y2="12" />
</svg>
diff --git a/_icons/arrow-up.svg b/_icons/arrow-up.svg
new file mode 100644
index 0000000..980a506
--- /dev/null
+++ b/_icons/arrow-up.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+<line x1="12" y1="5" x2="12" y2="19" />
+<line x1="19" y1="12" x2="12" y2="5" />
+<line x1="5" y1="12" x2="12" y2="5" />
+</svg>