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) • 601 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.226893e-4,0.68492492)"
>
<path
d="m 1027.001,147.657 v 793.594 q 0,19.605 -13.535,33.141 -13.535,13.536 -33.141,13.535 H 840.279 V 614.47 H 186.729 V 987.927 H 46.683 q -19.605,0 -33.141,-13.535 Q 0.006,960.857 0.007,941.251 V 7.607 q 0,-18.671 13.535,-32.678 13.535,-14.007 33.141,-14.008 h 233.41 V 241.015 H 746.914 V -39.079 h 93.364 z m -373.458,0 H 560.179 V -39.07 h 93.364 z"
/>
</g>
</svg>
`;