aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
12 lines (11 loc) • 791 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<path
d="M 5.976288,2.0745277 C 3.78368,4.2671776 3.337996,7.5472773 4.639391,10.185525 l -4.385267,4.36747 c -0.338832,0.338846 -0.338832,0.873486 0,1.194362 l 1.996478,1.996516 c 0.338833,0.338836 0.873462,0.338836 1.194334,0 l 4.385267,-4.36748 c 2.638291,1.301384 5.918275,0.855766 8.110847,-1.336914 2.745267,-2.7453199 2.745267,-7.2197413 0,-9.9650713 -2.763157,-2.76321027 -7.219601,-2.76321027 -9.964885,0 z m 8.360367,8.3606123 c -1.87177,1.871804 -4.902145,1.871804 -6.774038,0 -1.871893,-1.8718042 -1.871771,-4.9022393 0,-6.7741634 1.87177,-1.8718041 4.902145,-1.8718041 6.774038,0 1.871893,1.8718041 1.871771,4.9022392 0,6.7741634 z"
/>
</svg>`;