aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 23:16:18 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 23:16:18 +0100
commit65d7caf4d7cd47a3c47ee11d7e5e9fa132b7957f (patch)
tree450fa11e7371301d6135e98b7c42200a32ff0103
parentsort-asc, sort-desc fix (diff)
downloadtabler-icons-65d7caf4d7cd47a3c47ee11d7e5e9fa132b7957f.tar.xz
indent-increase, indent-decrease #11
-rw-r--r--src/_icons/indent-decrease.svg8
-rw-r--r--src/_icons/indent-increase.svg8
-rw-r--r--src/_icons/sort-ascending.svg7
-rw-r--r--src/_icons/sort-descending.svg7
-rw-r--r--src/editor.html2
5 files changed, 23 insertions, 9 deletions
diff --git a/src/_icons/indent-decrease.svg b/src/_icons/indent-decrease.svg
new file mode 100644
index 0000000..c0c8e04
--- /dev/null
+++ b/src/_icons/indent-decrease.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <line x1="20" y1="6" x2="13" y2="6" />
+ <line x1="20" y1="12" x2="11" y2="12" />
+ <line x1="20" y1="18" x2="13" y2="18" />
+ <path d="M8 8l-4 4l4 4" />
+</svg>
diff --git a/src/_icons/indent-increase.svg b/src/_icons/indent-increase.svg
new file mode 100644
index 0000000..fd89684
--- /dev/null
+++ b/src/_icons/indent-increase.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <line x1="20" y1="6" x2="9" y2="6" />
+ <line x1="20" y1="12" x2="13" y2="12" />
+ <line x1="20" y1="18" x2="9" y2="18" />
+ <path d="M4 8l4 4l-4 4" />
+</svg>
diff --git a/src/_icons/sort-ascending.svg b/src/_icons/sort-ascending.svg
index 8ac81ae..bc76490 100644
--- a/src/_icons/sort-ascending.svg
+++ b/src/_icons/sort-ascending.svg
@@ -2,10 +2,9 @@
tags: [arrange]
---
<svg>
- <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" />
-
+ <line x1="4" y1="6" x2="11" y2="6" />
+ <line x1="4" y1="12" x2="11" y2="12" />
+ <line x1="4" 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 64b2fe5..aa92593 100644
--- a/src/_icons/sort-descending.svg
+++ b/src/_icons/sort-descending.svg
@@ -2,10 +2,9 @@
tags: [arrange]
---
<svg>
- <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" />
-
+ <line x1="4" y1="6" x2="13" y2="6" />
+ <line x1="4" y1="12" x2="11" y2="12" />
+ <line x1="4" 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 d90e831..3c8f286 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,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending' | 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|indent-increase,indent-decrease' | split: '|' %}
<div class="container">