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) • 810 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.01752671,0,0,0.01752671,0,0.68487367)"
>
<path
d="m 513.502,132.092 c -33.126,0 -66.262,27.608 -66.262,66.262 0,33.126 33.126,60.734 66.262,60.734 38.654,0 66.262,-27.608 66.262,-60.734 0,-38.654 -27.608,-66.262 -66.262,-66.262 z m 0,220.861 v 0 c -33.126,0 -66.262,33.126 -66.262,66.262 v 253.993 c 0,38.654 33.126,66.262 66.262,66.262 v 0 c 38.654,0 66.262,-27.608 66.262,-66.262 V 419.215 c 0,-38.654 -27.608,-66.262 -66.262,-66.262 z m 0,-392.029 c 287.12,0 513.502,231.904 513.502,513.502 0,287.12 -226.385,513.502 -513.502,513.502 C 231.904,987.928 0,761.543 0,474.426 0,192.828 231.904,-39.076 513.502,-39.076 Z"
/>
</g>
</svg>
`;