aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-04-18 15:15:42 +0200
committercodecalm <codecalm@gmail.com>2021-04-18 15:15:42 +0200
commitcb77b4d99bb0986c8f4f2b067d96170ec5303154 (patch)
treef3d9780b4652f85286d3013a11b9eb05af4e2421
parentfood-related icons #122 (diff)
downloadtabler-icons-cb77b4d99bb0986c8f4f2b067d96170ec5303154.tar.xz
new sort-alphabetically icons #114
-rw-r--r--src/_icons/sort-ascending-letters.svg10
-rw-r--r--src/_icons/sort-ascending-numbers.svg11
-rw-r--r--src/_icons/sort-descending-letters.svg10
-rw-r--r--src/_icons/sort-descending-numbers.svg11
4 files changed, 42 insertions, 0 deletions
diff --git a/src/_icons/sort-ascending-letters.svg b/src/_icons/sort-ascending-letters.svg
new file mode 100644
index 00000000..108b9322
--- /dev/null
+++ b/src/_icons/sort-ascending-letters.svg
@@ -0,0 +1,10 @@
+---
+category: Text
+tags: [filter, classify, arrange, order]
+---
+<svg>
+ <path d="M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" />
+ <path d="M19 21h-4l4 -7h-4" />
+ <path d="M4 15l3 3l3 -3" />
+ <path d="M7 6v12" />
+</svg>
diff --git a/src/_icons/sort-ascending-numbers.svg b/src/_icons/sort-ascending-numbers.svg
new file mode 100644
index 00000000..606712b4
--- /dev/null
+++ b/src/_icons/sort-ascending-numbers.svg
@@ -0,0 +1,11 @@
+---
+category: Text
+tags: [filter, classify, arrange, order]
+---
+<svg>
+ <path d="M4 15l3 3l3 -3" />
+ <path d="M7 6v12" />
+ <path d="M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" />
+ <circle cx="17" cy="16" r="2" />
+ <path d="M19 16v3a2 2 0 0 1 -2 2h-1.5" />
+</svg>
diff --git a/src/_icons/sort-descending-letters.svg b/src/_icons/sort-descending-letters.svg
new file mode 100644
index 00000000..e99feea9
--- /dev/null
+++ b/src/_icons/sort-descending-letters.svg
@@ -0,0 +1,10 @@
+---
+category: Text
+tags: [filter, classify, arrange, order]
+---
+<svg>
+ <path d="M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" />
+ <path d="M19 10h-4l4 -7h-4" />
+ <path d="M4 15l3 3l3 -3" />
+ <path d="M7 6v12" />
+</svg>
diff --git a/src/_icons/sort-descending-numbers.svg b/src/_icons/sort-descending-numbers.svg
new file mode 100644
index 00000000..6c884f25
--- /dev/null
+++ b/src/_icons/sort-descending-numbers.svg
@@ -0,0 +1,11 @@
+---
+category: Text
+tags: [filter, classify, arrange, order]
+---
+<svg>
+ <path d="M4 15l3 3l3 -3" />
+ <path d="M7 6v12" />
+ <path d="M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" />
+ <circle cx="17" cy="5" r="2" />
+ <path d="M19 5v3a2 2 0 0 1 -2 2h-1.5" />
+</svg>