aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 21:19:42 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 21:19:42 +0100
commitd10dac631c5585369952662999fce9c279dd5a17 (patch)
treefedde0794a547ec1a8cf7523850217cba0c33e1f
parentdollar, euro currency (diff)
downloadtabler-icons-d10dac631c5585369952662999fce9c279dd5a17.tar.xz
plane fix, plane-arrival, plane-departure
-rw-r--r--src/_icons/plane-arrival.svg5
-rw-r--r--src/_icons/plane-departure.svg5
-rw-r--r--src/_icons/plane.svg2
3 files changed, 11 insertions, 1 deletions
diff --git a/src/_icons/plane-arrival.svg b/src/_icons/plane-arrival.svg
new file mode 100644
index 00000000..2c8a64f8
--- /dev/null
+++ b/src/_icons/plane-arrival.svg
@@ -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>
diff --git a/src/_icons/plane-departure.svg b/src/_icons/plane-departure.svg
new file mode 100644
index 00000000..c06d2121
--- /dev/null
+++ b/src/_icons/plane-departure.svg
@@ -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>
diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg
index f6a2306c..5618c7c3 100644
--- a/src/_icons/plane.svg
+++ b/src/_icons/plane.svg
@@ -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>