diff options
Diffstat (limited to 'src/_icons/helicopter-landing.svg')
-rw-r--r-- | src/_icons/helicopter-landing.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/helicopter-landing.svg b/src/_icons/helicopter-landing.svg new file mode 100644 index 00000000..a16cb49a --- /dev/null +++ b/src/_icons/helicopter-landing.svg @@ -0,0 +1,9 @@ +--- +category: Vehicles +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <line x1="9" y1="8" x2="9" y2="16" /> + <line x1="9" y1="12" x2="15" y2="12" /> + <line x1="15" y1="8" x2="15" y2="16" /> +</svg> |