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) • 943 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 9.5791454,10.233493 -6.574316,6.574301 c 0,0 -1.209835,1.209838 -2.43556496,0 l -0.03156,-0.0316 c 0,0 -1.209835,-1.209828 0,-2.435556 L 5.8703954,9.0079451 0.53770444,3.6593726 c 0,0 -1.209835,-1.2098383 0,-2.4355665 l 0.03156,-0.0316 c 0,0 1.20983496,-1.20983831 2.43556496,0 l 6.574316,6.5743107 c 0,0 0.5253036,0.5252993 0.5413126,1.2416183 0,0.3819394 -0.1274372,0.7959288 -0.5413126,1.2257279 z m 7.8636916,0 -4.886912,4.886903 c 0,0 -1.209835,1.209829 -2.435565,0 l -0.03156,-0.0316 c 0,0 -1.2098346,-1.209839 0,-2.435567 L 13.749949,9.0079351 10.104647,5.3626402 c 0,0 -1.2098346,-1.2098383 0,-2.4355666 l 0.03156,-0.0316 c 0,0 1.209835,-1.2098383 2.435565,0 l 4.886912,4.8869031 c 0,0 0.525303,0.5252993 0.541312,1.2416182 0,0.3662295 -0.143267,0.7800189 -0.557094,1.2098381 z"
/>
</svg>`;