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) • 662 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-cherry"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />
<path d="M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
<path d="M9 13c.366 -2 1.866 -3.873 4.5 -5.6" />
<path d="M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9" />
<path d="M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0" />
</svg>`;