UNPKG

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.7 kB
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.01752699,0,0,0.01752666,-1.351427e-4,0.68490672)" > <path d="m 412.868,786.198 q 0,6.885 -5.744,13.752 L 224.303,982.771 q -5.744,5.157 -13.185,5.157 -6.885,0 -13.185,-5.157 L 14.539,799.377 q -8.586,-9.17 -4.013,-20.065 4.581,-11.455 17.198,-11.455 H 137.758 V -20.732 q 0,-8.028 5.157,-13.185 5.157,-5.157 13.185,-5.157 h 110.034 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 V 767.857 H 394.51 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 z m 605.198,73.355 v 110.034 q 0,8.028 -5.157,13.185 -5.157,5.157 -13.185,5.157 H 522.901 q -8.028,0 -13.185,-5.157 -5.157,-5.157 -5.157,-13.185 V 859.553 q 0,-8.028 5.157,-13.185 5.157,-5.157 13.185,-5.157 h 476.823 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 z M 908.03,566.122 v 110.034 q 0,8.028 -5.157,13.185 -5.157,5.157 -13.185,5.157 H 522.902 q -8.028,0 -13.185,-5.157 -5.157,-5.157 -5.157,-13.185 V 566.122 q 0,-8.028 5.157,-13.185 5.157,-5.157 13.185,-5.157 h 366.786 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 z M 797.995,272.692 v 110.034 q 0,8.028 -5.157,13.185 -5.157,5.157 -13.185,5.157 H 522.905 q -8.028,0 -13.185,-5.157 -5.157,-5.157 -5.157,-13.185 V 272.692 q 0,-8.028 5.157,-13.185 5.157,-5.157 13.185,-5.157 h 256.748 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 z M 687.961,-20.736 V 89.298 q 0,8.028 -5.157,13.185 -5.157,5.157 -13.185,5.157 H 522.906 q -8.028,0 -13.185,-5.157 -5.157,-5.157 -5.157,-13.185 V -20.736 q 0,-8.028 5.157,-13.185 5.157,-5.157 13.185,-5.157 h 146.713 q 8.028,0 13.185,5.157 5.157,5.157 5.157,13.185 z" /> </g> </svg> `;