aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 23:06:19 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 23:06:19 +0100
commit1d6dcfe21684b19bbbe5a51d8714b3e0ccdc801b (patch)
tree32a66d705e294fe15251bd5a3789244ffb5ba184
parenttable icon, editor arrows #11 (diff)
downloadtabler-icons-1d6dcfe21684b19bbbe5a51d8714b3e0ccdc801b.tar.xz
sort-asc, sort-desc fix
-rw-r--r--src/_icons/line-height.svg10
-rw-r--r--src/_icons/sort-ascending.svg11
-rw-r--r--src/_icons/sort-descending.svg11
-rw-r--r--src/editor.html2
4 files changed, 23 insertions, 11 deletions
diff --git a/src/_icons/line-height.svg b/src/_icons/line-height.svg
new file mode 100644
index 0000000..6a18062
--- /dev/null
+++ b/src/_icons/line-height.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <polyline points="3 7 6 4 9 7" />
+ <polyline points="3 17 6 20 9 17" />
+ <line x1="6" y1="4" x2="6" y2="20" />
+ <line x1="14" y1="6" x2="20" y2="6" />
+ <line x1="11" y1="12" x2="20" y2="12" />
+ <line x1="14" y1="18" x2="20" y2="18" />
+</svg>
diff --git a/src/_icons/sort-ascending.svg b/src/_icons/sort-ascending.svg
index 2777e06..8ac81ae 100644
--- a/src/_icons/sort-ascending.svg
+++ b/src/_icons/sort-ascending.svg
@@ -2,9 +2,10 @@
tags: [arrange]
---
<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" />
+ <line x1="3" y1="6" x2="11" y2="6" />
+ <line x1="3" y1="12" x2="11" y2="12" />
+ <line x1="3" y1="18" x2="13" y2="18" />
+
+ <polyline points="15 9 18 6 21 9" />
+ <line x1="18" y1="6" x2="18" y2="18" />
</svg>
diff --git a/src/_icons/sort-descending.svg b/src/_icons/sort-descending.svg
index 65882f7..64b2fe5 100644
--- a/src/_icons/sort-descending.svg
+++ b/src/_icons/sort-descending.svg
@@ -2,9 +2,10 @@
tags: [arrange]
---
<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" />
+ <line x1="3" y1="6" x2="13" y2="6" />
+ <line x1="3" y1="12" x2="11" y2="12" />
+ <line x1="3" y1="18" x2="11" y2="18" />
+
+ <polyline points="15 15 18 18 21 15" />
+ <line x1="18" y1="6" x2="18" y2="18" />
</svg>
diff --git a/src/editor.html b/src/editor.html
index 08ed1f6..d90e831 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -2,7 +2,7 @@
layout: default
---
-{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo,table' | split: '|' %}
+{% assign toolbar = 'arrow-back-up,arrow-forward-up|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending' | split: '|' %}
<div class="container">