1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-22 21:53:17 +02:00

arrival, departure fix

This commit is contained in:
codecalm
2020-03-27 19:59:38 +01:00
parent de6a2203c6
commit 07de007abf
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
---
---
<svg>
<path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(26.5 12 12)" />
<path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(15 12 12) translate(0 -1)" />
<polyline points="3 21 21 21"></polyline>
</svg>

View File

@@ -1,5 +1,6 @@
---
---
<svg>
<path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(-26.5 12 12)" />
<path d="M15 12h5a2 2 0 0 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3z" transform="rotate(-15 12 12) translate(0 -1)" />
<polyline points="3 21 21 21"></polyline>
</svg>