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) • 642 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.01752667,0,0,0.01752667,-0.84373412,0.68488986)"
>
<path
d="m 561.643,-39.077 c -283.779,0 -513.503,229.727 -513.503,513.503 0,283.776 229.727,513.503 513.503,513.503 283.776,0 513.503,-229.727 513.503,-513.503 0,-283.779 -229.727,-513.503 -513.503,-513.503 z m 0,911.024 c -219.589,0 -397.516,-177.926 -397.516,-397.516 0,-219.59 177.926,-397.516 397.516,-397.516 219.59,0 397.516,177.926 397.516,397.516 0,219.59 -177.926,397.516 -397.516,397.516 z"
/>
</g>
</svg>
`;