aboutsummaryrefslogtreecommitdiff
path: root/icons/directions.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 20:02:57 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 20:02:57 +0100
commit0908f417fe8cf18f6f88463eced6926c0e9d99de (patch)
treecbdbc01c6f21107991906537e4eeddaf79905f9c /icons/directions.svg
parentbuild new version (diff)
downloadtabler-icons-0908f417fe8cf18f6f88463eced6926c0e9d99de.tar.xz
16 new icons: `alarm`, `arrow-back`, `arrow-forward`, `artboard`, `award`, `bug`, `calendar-event`, `globe`, `help`, `mug`, `palette`, `pencil`, `record-mail`, `ruler`, `scissors`, `stack`
Fixed icons: `directions`, `disabled`, `disc`, `edit`, `switch-vertical`
Diffstat (limited to 'icons/directions.svg')
-rw-r--r--icons/directions.svg6
1 files changed, 3 insertions, 3 deletions
diff --git a/icons/directions.svg b/icons/directions.svg
index e542758..f0cdda2 100644
--- a/icons/directions.svg
+++ b/icons/directions.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-directions" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
- <rect x="0" y="0" width="24" height="24" stroke="none"></rect>
- <polyline points="8 5 19 5 21 7 19 9 8 9 8 5" />
- <polyline points="14 13 14 17 6 17 4 15 6 13 14 13" />
+ <path stroke="none" d="M0 0h24v24H0z"/>
+ <path d="M9 5h10l2 2l-2 2h-10a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1" />
+ <path d="M13 13h-7l-2 2l2 2h7a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />
<line x1="12" y1="22" x2="12" y2="17" />
<line x1="12" y1="13" x2="12" y2="9" />
<line x1="12" y1="5" x2="12" y2="3" />