aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 22:47:25 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 22:49:21 +0100
commit0fd4a36959d7021647920fd4b7d46cccaffd7d58 (patch)
tree24499fbfc5524091f216910a2a509f2abbd9a969 /src
parentstrikethrough icon #11 (diff)
downloadtabler-icons-0fd4a36959d7021647920fd4b7d46cccaffd7d58.tar.xz
table icon, editor arrows #11
Diffstat (limited to 'src')
-rw-r--r--src/_icons/arrow-back-up.svg6
-rw-r--r--src/_icons/arrow-forward-up.svg6
-rw-r--r--src/_icons/table.svg7
-rw-r--r--src/editor.html2
4 files changed, 20 insertions, 1 deletions
diff --git a/src/_icons/arrow-back-up.svg b/src/_icons/arrow-back-up.svg
new file mode 100644
index 0000000..689ae1e
--- /dev/null
+++ b/src/_icons/arrow-back-up.svg
@@ -0,0 +1,6 @@
+---
+tags: []
+---
+<svg>
+ <path d="M9 13l-4 -4l4 -4m-4 4h11a4 4 0 0 1 0 8h-1" />
+</svg>
diff --git a/src/_icons/arrow-forward-up.svg b/src/_icons/arrow-forward-up.svg
new file mode 100644
index 0000000..b7d7417
--- /dev/null
+++ b/src/_icons/arrow-forward-up.svg
@@ -0,0 +1,6 @@
+---
+tags: []
+---
+<svg>
+ <path d="M15 13l4 -4l-4 -4m4 4h-11a4 4 0 0 0 0 8h1" />
+</svg>
diff --git a/src/_icons/table.svg b/src/_icons/table.svg
new file mode 100644
index 0000000..5a3c386
--- /dev/null
+++ b/src/_icons/table.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <line x1="4" y1="10" x2="20" y2="10" />
+ <line x1="10" y1="4" x2="10" y2="20" />
+</svg>
diff --git a/src/editor.html b/src/editor.html
index 00007b5..08ed1f6 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -2,7 +2,7 @@
layout: default
---
-{% assign toolbar = 'bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified|list,list-check|link,photo' | split: '|' %}
+{% 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: '|' %}
<div class="container">