aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
22 lines (21 loc) • 611 B
JavaScript
export default `<svg
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"
class="icon icon-tabler icons-tabler-outline icon-tabler-helicopter"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M3 10l1 2h6" />
<path d="M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z" />
<path d="M13 9l0 -3" />
<path d="M5 6l15 0" />
<path d="M15 9.1v3.9h5.5" />
<path d="M15 19l0 -3" />
<path d="M19 19l-8 0" />
</svg>`;