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) • 573 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 17.269041,10.641085 10.653852,4.0259664 c 0,0 -0.7149617,-0.7143212 -1.6733027,-0.730832 -0.499857,-0.0127 -1.067091,0.1636972 -1.634268,0.730832 L 0.73142535,10.641085 c 0,0 -1.64570703,1.646102 0,3.291914 l 0.04057,0.0409 c 0,0 1.64602795,1.646102 3.29176895,0 l 4.93648,-4.9363458 4.9361367,4.9363458 c 0,0 1.646027,1.645782 3.291769,0 l 0.04088,-0.0406 c -3.09e-4,-2.8e-4 1.645043,-1.646422 -3.09e-4,-3.292244 z"
/>
</svg>`;