lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
34 lines (31 loc) • 781 B
JavaScript
/**
* @license lucide-static v1.28.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Helicopter = `
<svg
class="lucide lucide-helicopter"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11 17v4" />
<path d="M14 3v8a2 2 0 0 0 2 2h5.865" />
<path d="M17 17v4" />
<path d="M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z" />
<path d="M2 10v5" />
<path d="M6 3h16" />
<path d="M7 21h14" />
<path d="M8 13H2" />
</svg>
`;
export { Helicopter as default };
//# sourceMappingURL=helicopter.mjs.map