aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
Diffstat (limited to '_icons')
-rw-r--r--_icons/hash.svg8
-rw-r--r--_icons/sort-ascending.svg9
-rw-r--r--_icons/sort-descending.svg9
3 files changed, 26 insertions, 0 deletions
diff --git a/_icons/hash.svg b/_icons/hash.svg
new file mode 100644
index 0000000..4a6af9e
--- /dev/null
+++ b/_icons/hash.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <line x1="5" y1="9" x2="19" y2="9" />
+ <line x1="5" y1="15" x2="19" y2="15" />
+ <line x1="11" y1="4" x2="7" y2="20" />
+ <line x1="17" y1="4" x2="13" y2="20" />
+</svg>
diff --git a/_icons/sort-ascending.svg b/_icons/sort-ascending.svg
new file mode 100644
index 0000000..1b1db40
--- /dev/null
+++ b/_icons/sort-ascending.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="4" x2="16" y2="4" />
+ <line x1="3" y1="8" x2="12" y2="8" />
+ <line x1="3" y1="12" x2="9" y2="12" />
+ <polyline points="13 12 17 8 21 12" />
+ <line x1="17" y1="8" x2="17" y2="20" />
+</svg>
diff --git a/_icons/sort-descending.svg b/_icons/sort-descending.svg
new file mode 100644
index 0000000..47e9f3b
--- /dev/null
+++ b/_icons/sort-descending.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <line x1="3" y1="4" x2="16" y2="4" />
+ <line x1="3" y1="8" x2="13" y2="8" />
+ <line x1="3" y1="12" x2="13" y2="12" />
+ <polyline points="13 16 17 20 21 16" />
+ <line x1="17" y1="8" x2="17" y2="20" />
+</svg>