aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
20 lines (19 loc) • 630 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-lemon"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143" />
<path d="M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192" />
<path d="M10.464 10.464l4.597 4.597" />
<path d="M10.464 10.464v6.364" />
<path d="M10.464 10.464h6.364" />
</svg>`;