aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
19 lines (18 loc) • 564 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-brand-threejs"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M8 22l-5 -19l19 5.5z" />
<path d="M12.573 17.58l-6.152 -1.576l8.796 -9.466l1.914 6.64" />
<path d="M12.573 17.58l-1.573 -6.58l6.13 2.179" />
<path d="M9.527 4.893l1.473 6.107l-6.31 -1.564z" />
</svg>`;