aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 00:04:01 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 00:04:01 +0100
commit4e3009a8b888ef8188970208927650b55672940d (patch)
treea855af340b2b9b5c99b4a8313754e2c9ee03ef4a
parentmessages icon (diff)
downloadtabler-icons-4e3009a8b888ef8188970208927650b55672940d.tar.xz
arrows sort icon, template icon fix
-rw-r--r--src/_icons/arrows-sort.svg6
-rw-r--r--src/_icons/template.svg2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg
new file mode 100644
index 0000000..b4f586b
--- /dev/null
+++ b/src/_icons/arrows-sort.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M3 9l4-4l4 4m-4 -4v14" />
+ <path d="M21 15l-4 4l-4-4m4 4v-14" />
+</svg>
diff --git a/src/_icons/template.svg b/src/_icons/template.svg
index 163f1c2..991c4a7 100644
--- a/src/_icons/template.svg
+++ b/src/_icons/template.svg
@@ -3,7 +3,7 @@ tags: [grid, columns, masonry, collage]
---
<svg>
<rect x="4" y="4" width="16" height="4" rx="1" />
- <rect x="4" y="12" width="6" height="8" rx="2" />
+ <rect x="4" y="12" width="6" height="8" rx="1" />
<line x1="14" y1="12" x2="20" y2="12" />
<line x1="14" y1="16" x2="20" y2="16" />
<line x1="14" y1="20" x2="20" y2="20" />