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) • 927 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 10.233456,8.4207846 6.574408,6.5743894 c 0,0 1.209681,1.20968 0,2.43559 l -0.0316,0.0316 c 0,0 -1.209682,1.20968 -2.435594,0 l -5.3327234,-5.33271 -5.348618,5.33271 c 0,0 -1.2096799,1.20968 -2.4355927,0 l -0.0316,-0.0316 c 0,0 -1.20968079,-1.20968 0,-2.43559 l 6.574407,-6.5743894 c 0,0 0.5253908,-0.52539 1.2416878,-0.5412 0.3818653,0 0.7959833,0.12726 1.2257723,0.5412 z m 0,-7.86374999 4.886995,4.88698999 c 0,0 1.209682,1.20968 0,2.43559 l -0.0316,0.0316 c 0,0 -1.209682,1.20967 -2.435594,0 l -3.6453634,-3.66119 -3.6453605,3.64536 c 0,0 -1.2096808,1.20968 -2.4355927,0 l -0.0316,-0.0316 c 0,0 -1.2096808,-1.20968 0,-2.43559 L 7.7823378,0.54120461 c 0,0 0.5253908,-0.52539 1.2416879,-0.5411999955556 0.3663512,0 0.7799792,0.1432999955556 1.2096813,0.5569999955556 z"
/>
</svg>`;