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) • 536 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 10.640924,0.73118101 4.0264108,7.346151 c 0,0 -0.7142438,0.71493 -0.7307514,1.67326 -0.01299,0.49986 0.1636939,1.06703 0.7307514,1.63421 l 6.6145132,6.61497 c 0,0 1.645956,1.64567 3.291611,0 l 0.04093,-0.0406 c 0,0 1.645956,-1.64599 0,-3.29167 l -4.936536,-4.93663 4.935895,-4.93599 c 0,0 1.645636,-1.64598 0,-3.29166999 l -0.04027,-0.0406 c 0,0 -1.645958,-1.64567 -3.291612,0 z"
/>
</svg>`;