diff options
Diffstat (limited to 'icons/plane.svg')
-rw-r--r-- | icons/plane.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/icons/plane.svg b/icons/plane.svg new file mode 100644 index 00000000..6da70579 --- /dev/null +++ b/icons/plane.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-plane" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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" /> +</svg> + + |