1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00

plane fix, plane-arrival, plane-departure

This commit is contained in:
codecalm 2020-03-25 21:19:42 +01:00
parent 30f43f888c
commit d10dac631c
3 changed files with 11 additions and 1 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
---
---
<svg>
<path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h4z" />
<path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h3z" />
</svg>