aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
16 lines (15 loc) • 655 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.0175266,0,0,0.0175266,-0.84369563,0.68488708)">
<path
d="m 561.641,-39.077 c -283.777,0 -513.503,229.726 -513.503,513.503 0,283.777 229.726,513.503 513.503,513.503 283.777,0 513.503,-229.726 513.503,-513.503 C 1076.281,190.649 845.418,-39.077 561.641,-39.077 Z M 745.204,579.166 H 387.102 c -54.053,0 -87.829,-34.913 -87.829,-90.078 0,-58.551 31.528,-88.966 87.829,-88.966 h 358.102 c 58.551,0 88.966,32.664 88.966,90.078 1.137,55.19 -32.664,88.966 -88.966,88.966 z"
/>
</g>
</svg>
`;