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) • 1.05 kB
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.01752672,0,0,0.01752666,-0.81732252,0.68490672)"
>
<path
d="m 987.549,715.169 c 0,0 0,0 0,0 0,-39.494 -31.971,-71.469 -71.469,-71.469 -39.498,0 -71.469,31.971 -71.469,71.469 v 157.066 h -569 V 716.116 c 0,0 0,0 0,0 0,-39.494 -31.971,-71.469 -71.469,-71.469 -39.498,0 -71.469,31.971 -71.469,71.469 v 214.438 c 0,31.029 25.401,57.375 57.375,57.375 h 740.173 c 31.029,0 57.375,-25.401 57.375,-57.375 V 715.183 Z M 305.695,359.67 c 0.949,0 112.855,0 112.855,0 v 327.297 c 0,39.494 31.971,71.469 71.469,71.469 H 632.03 c 39.494,0 71.469,-31.971 71.469,-71.469 V 359.67 h 112.855 c 22.579,-0.949 41.386,-19.753 41.386,-42.314 0,-8.467 -2.829,-16.94 -7.52,-23.511 L 590.641,-26.862 c -7.52,-7.52 -17.86,-12.216 -29.15,-12.216 -11.29,0 -21.631,4.697 -29.15,12.216 L 271.832,293.845 c -4.697,6.589 -7.52,15.043 -7.52,23.511 0.949,22.579 18.805,41.386 41.386,42.314 z"
/>
</g>
</svg>
`;