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) • 586 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 5.8368459,11.47994 16.271156,0.67567374 c 0,0 0.84213,-0.75976524 1.56111,0 0.57525,0.59550196 -0.51369,2.05396116 -0.51369,2.05396116 L 7.9317559,16.101493 c 0,0 -0.9037,1.417389 -1.56111,1.540401 -0.75975,0.143833 -1.08874,-0.51371 -1.5611101,-1.02726 -0.49285,-0.513701 -4.70382002,-6.161964 -4.70382002,-6.161964 0,0 -0.45214,-1.2118145 0.5137,-2.0539614 0.98596012,-0.8421469 2.09511012,0 2.09511012,0 l 3.12188,3.0811514 z"
/>
</svg>`;