aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
5 lines (4 loc) • 724 B
JavaScript
export default `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024">
<path d="M930.908 925.322v-826.646q0-20.48 23.272-32.116t46.546-12.567l23.272-1.862v-52.131h-372.363v52.131q69.818 0 81.455 5.585t11.637 40.96v366.777h-465.454v-366.777q0-35.375 11.637-40.96t81.455-5.585v-52.131h-372.363v52.131q3.723 0 10.24 0.466t22.342 2.793 27.927 6.516 22.342 13.964 10.24 22.808v826.646q0 20.48-23.272 32.116t-46.546 12.567l-23.272 1.862v52.131h372.363v-52.131q-69.818 0-81.455-5.585t-11.637-40.96v-366.777h465.454v366.777q0 35.375-11.637 40.96t-81.455 5.585v52.131h372.363v-52.131q-3.723 0-10.24-0.466t-22.342-2.793-27.927-6.516-22.342-13.964-10.24-22.808z"></path>
</svg>
`;