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.86 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.01752662,0,0,0.01752661,-0.84365356,0.68492225)"
>
<path
d="M 931.493,53.495 H 800.497 V 4.587 c 0,-23.575 -19.218,-43.666 -43.666,-43.666 v 0 c -23.575,0 -43.666,19.218 -43.666,43.666 V 53.495 H 615.354 V 4.587 c 0,-23.575 -19.218,-43.666 -43.666,-43.666 -23.575,0 -43.666,19.218 -43.666,43.666 V 53.495 H 427.588 V 4.587 c 0,-23.575 -19.218,-43.666 -43.666,-43.666 -23.575,0 -43.666,19.218 -43.666,43.666 V 53.495 H 191.795 c -68.989,0 -124.888,55.892 -124.888,124.888 v 684.66 c 0,68.989 55.892,124.888 124.888,124.888 h 739.68 c 68.989,0 124.888,-55.892 124.888,-124.888 V 178.383 C 1057.247,109.394 1000.471,53.495 931.475,53.495 Z m 23.577,782.474 c 0,28.816 -23.575,51.523 -51.523,51.523 H 220.639 c -28.816,0 -51.523,-23.575 -51.523,-51.523 V 206.324 c 0,-28.816 23.575,-51.523 51.523,-51.523 h 120.52 v 27.071 c 0,23.575 19.218,43.666 43.666,43.666 23.575,0 43.666,-19.218 43.666,-43.666 v -27.071 h 100.434 v 27.071 c 0,23.575 19.218,43.666 43.666,43.666 23.575,0 43.666,-19.218 43.666,-43.666 v -27.071 h 98.673 v 27.071 c 0,23.575 19.218,43.666 43.666,43.666 v 0 c 23.575,0 43.666,-19.218 43.666,-43.666 V 154.801 H 904.44 c 28.816,0 51.523,23.575 51.523,51.523 V 835.969 Z M 571.702,665.675 c -33.182,0 -60.26,27.071 -60.26,60.26 0,32.312 27.941,61.13 60.26,61.13 33.182,0 61.13,-27.941 61.13,-61.13 0,-34.056 -27.941,-60.26 -61.13,-60.26 z m 3.49,-344.956 c -45.404,0 -60.26,34.928 -60.26,74.222 v 48.908 c 0,31.444 2.62,53.274 3.483,63.746 l 10.478,86.455 c 3.483,24.45 19.218,39.294 43.666,39.294 26.204,0 39.294,-18.347 41.915,-41.915 l 12.222,-87.332 c 2.62,-16.593 4.366,-28.816 4.366,-53.274 v -57.641 c 1.752,-37.547 -13.98,-72.481 -55.892,-72.481 z"
/>
</g>
</svg>
`;