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) • 834 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,-1.7516729e-5,0.68489031)"
>
<path
d="m 326.771,-39.076 h 373.458 q 151.251,0 239.012,87.294 87.761,87.294 87.765,239.479 v 373.458 q 0,154.049 -87.294,240.415 -87.294,86.366 -239.479,86.359 H 326.775 Q 172.726,987.929 86.36,901.57 -0.006,815.211 0.001,661.155 V 287.697 q 0,-154.049 86.359,-240.415 86.359,-86.366 240.415,-86.359 z M 746.912,147.652 H 280.091 q -38.277,0 -65.819,27.543 -27.542,27.543 -27.543,65.819 v 466.821 q 0,38.277 27.543,65.819 27.543,27.542 65.819,27.543 h 466.821 q 38.277,0 65.819,-27.543 27.542,-27.543 27.543,-65.819 V 241.014 q 0,-38.277 -27.543,-65.819 -27.543,-27.542 -65.819,-27.543 z"
/>
</g>
</svg>
`;