diff options
author | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-27 20:42:49 +0100 |
commit | 8a59bf13ec0d820c0b7764185d9ed5131784cd7f (patch) | |
tree | b26cc359dd11a5c4c3bc429d1599761d038a50d3 /src/_icons/plane-departure.svg | |
parent | subscript, superscript fix (diff) | |
download | tabler-icons-8a59bf13ec0d820c0b7764185d9ed5131784cd7f.tar.xz |
eraser icon, strikethrough fix, plane fix
Diffstat (limited to 'src/_icons/plane-departure.svg')
-rw-r--r-- | src/_icons/plane-departure.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/plane-departure.svg b/src/_icons/plane-departure.svg index 63c62bae..0a56d523 100644 --- a/src/_icons/plane-departure.svg +++ b/src/_icons/plane-departure.svg @@ -2,5 +2,5 @@ --- <svg> <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> + <line x1="3" y1="21" x2="21" y2="21" /> </svg> |