aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-27 19:59:38 +0100
committercodecalm <codecalm@gmail.com>2020-03-27 19:59:38 +0100
commit07de007abf53010cdb7fa2f33afedef8ffebfd5e (patch)
treeb17791f3058bfaf07e1b9bad38fd4342bdd4d6d5
parentmobile vibration icon #12 (diff)
downloadtabler-icons-07de007abf53010cdb7fa2f33afedef8ffebfd5e.tar.xz
arrival, departure fix
-rw-r--r--src/_icons/plane-arrival.svg3
-rw-r--r--src/_icons/plane-departure.svg3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/_icons/plane-arrival.svg b/src/_icons/plane-arrival.svg
index 15a6356..49fa2bc 100644
--- a/src/_icons/plane-arrival.svg
+++ b/src/_icons/plane-arrival.svg
@@ -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>
diff --git a/src/_icons/plane-departure.svg b/src/_icons/plane-departure.svg
index ba3fcc4..63c62ba 100644
--- a/src/_icons/plane-departure.svg
+++ b/src/_icons/plane-departure.svg
@@ -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>