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) • 977 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.01752606,0,0,0.01752606,-0.84338797,0.68491818)"
>
<path
d="m 576.884,775.669 c -59.008,0 -106.607,47.579 -106.607,106.607 0,58.068 47.579,105.654 106.607,105.654 58.068,0 105.654,-47.579 105.654,-105.654 0,-59.008 -47.579,-106.607 -105.654,-106.607 z M 319.901,305.476 c 60.916,0 79.962,-39.027 98.035,-85.676 22.838,-59.008 87.563,-81.855 144.678,-81.855 97.094,0 141.814,59.008 141.814,129.453 0,49.493 -20.938,90.427 -67.582,124.699 -82.808,61.871 -149.437,119.924 -149.437,197.976 0,62.823 50.451,99.944 98.035,99.944 14.274,0 68.538,-3.798 94.231,-70.434 15.228,-39.027 17.136,-43.784 65.674,-84.719 C 832.912,461.57 910.01,398.758 910.01,257.883 910.01,98.933 794.844,-39.08 566.4,-39.08 c -270.314,0 -353.124,162.769 -353.124,238.909 2.85,72.34 61.871,105.654 106.607,105.654 z"
/>
</g>
</svg>
`;