aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
17 lines (16 loc) • 579 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<g
transform="matrix(0.01752668,0,0,0.01752668,1.0954176e-5,0.68487259)"
>
<path
d="m 876.603,111.326 c -200.536,-200.536 -525.667,-200.536 -726.202,0 -200.535,200.536 -200.536,525.667 0,726.202 200.536,200.535 525.667,200.536 726.202,0 200.535,-200.536 200.536,-525.667 0,-726.202 z M 241.178,202.1 C 391.581,51.697 635.428,51.697 785.83,202.1 L 241.178,746.752 C 90.775,596.349 90.775,352.502 241.178,202.1 Z"
/>
</g>
</svg>
`;