aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
17 lines (16 loc) • 1.05 kB
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<g
transform="matrix(0.01752607,0,0,0.01752607,-0.84338636,0.68485644)"
>
<path
d="m 656.984,725.186 1.949,-81.514 c 3.874,-3.874 7.767,-7.767 10.666,-12.609 l 218.332,-294.975 19.4,13.586 c 16.502,11.634 50.463,-19.4 61.134,-33.961 10.671,-14.561 31.046,-56.283 14.561,-67.922 L 597.802,-36.521 c -16.502,-11.634 -50.463,19.4 -61.134,33.961 -10.671,14.561 -31.046,56.283 -14.561,67.922 l 19.4,13.586 -218.332,295.95 c -3.874,4.847 -5.816,9.709 -8.742,14.561 l -77.618,25.228 c -16.502,7.767 -29.112,24.261 -32.989,42.703 -1.949,9.709 -1.949,18.428 0.975,26.193 2.928,6.793 6.793,12.609 13.586,17.46 l 134.878,98.969 -194.063,261.015 c -18.428,25.228 -33.961,114.502 -19.4,125.165 14.561,10.663 94.123,-30.088 112.555,-56.283 L 446.42,668.894 581.298,767.863 c 5.816,4.847 12.609,6.793 20.376,7.767 7.767,0 16.502,-1.949 25.228,-6.793 15.528,-8.742 27.166,-26.193 30.088,-43.679 z"
/>
</g>
</svg>
`;