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) • 898 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 7.7665413,9.5792293 -6.5744055,-6.5744 c 0,0 -1.20968056,-1.20968 0,-2.43559 l 0.0316,-0.0316 c 0,0 1.2096806,-1.20968 2.4355922,0 l 5.3327176,5.33271 5.3486254,-5.33271 c 0,0 1.209671,-1.20968 2.435593,0 l 0.0316,0.0316 c 0,0 1.209681,1.20968 0,2.43559 l -6.574411,6.5744 c 0,0 -0.52539,0.5253907 -1.2416874,0.5412007 -0.3818645,0 -0.795983,-0.1272607 -1.2257713,-0.5412007 z m 0,7.8637407 -4.8869953,-4.88699 c 0,0 -1.2096806,-1.20968 0,-2.43559 l 0.0316,-0.0316 c 0,0 1.2096806,-1.2096807 2.4355922,0 l 3.6453604,3.66118 3.6453594,-3.64535 c 0,0 1.209682,-1.2096807 2.435593,0 l 0.0316,0.0316 c 0,0 1.209681,1.20968 0,2.43559 L 10.21765,17.4588 c 0,0 -0.52539,0.52539 -1.2416874,0.5412 -0.3663525,0 -0.77998,-0.1433 -1.2096803,-0.55699 z"
/>
</svg>`;