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) • 558 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 0.73121722,7.3587436 7.3461798,13.973116 c 0,0 0.714939,0.714232 1.673247,0.730752 0.49984,0.0127 1.0670552,-0.163684 1.6342122,-0.730752 l 6.614963,-6.6143724 c 0,0 1.645651,-1.645906 0,-3.2915318 l -0.04088,-0.040198 c 0,0 -1.645972,-1.6459058 -3.291657,0 L 8.9997528,8.9628111 4.0637852,4.0270134 c 0,0 -1.645972,-1.6455859 -3.29165698,0 l -0.04057,0.040498 c 0,0 -1.646006,1.6456258 0,3.2912218 z"
/>
</svg>`;