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) • 903 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 18 18"
height="18"
width="18"
version="1.1"
>
<path
d="m 8.42085,10.233453 6.574336,6.574357 c 0,0 1.2098,1.209803 2.435544,0 l 0.03158,-0.0316 c 0,0 1.2098,-1.209803 0,-2.435546 L 12.129614,9.0079498 17.46231,3.6593463 c 0,0 1.2098,-1.2098031 0,-2.4355562 l -0.03158,-0.0316 c 0,0 -1.209799,-1.20980305 -2.435544,0 L 8.42085,7.7665466 c 0,0 -0.525432,0.5254314 -0.541311,1.2416732 0,0.3820009 0.127421,0.796042 0.541311,1.2257132 z m -7.863693,0 4.886902,4.886922 c 0,0 1.209801,1.209804 2.435545,0 l 0.03158,-0.0316 c 0,0 1.2098,-1.209803 0,-2.435556 L 4.250025,9.0078998 7.895338,5.3625806 c 0,0 1.2098,-1.2098031 0,-2.4355562 l -0.03158,-0.0316 c 0,0 -1.2098,-1.209813 -2.435544,0 L 0.541311,7.7823368 c 0,0 -0.525432,0.5254313 -0.541311,1.2416731 0,0.3663209 0.143316,0.780012 0.556947,1.2098031 z"
/>
</svg>`;