diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/plane-arrival.svg | 5 | ||||
-rw-r--r-- | src/_icons/plane-departure.svg | 5 | ||||
-rw-r--r-- | src/_icons/plane.svg | 2 |
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> |