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) • 834 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="M605.093 0.001h93.091q19.549 0 33.047 13.498t13.498 33.047v46.546h46.546q19.549 0 33.047 13.498t13.498 33.047v93.091q0 19.549-13.498 33.047t-33.047 13.498h-279.273q-19.549 0-33.047-13.498t-13.498-33.047v-93.091q0-19.549 13.498-33.047t33.047-13.498h46.546v-46.546q0-19.549 13.498-33.047t33.047-13.498zM930.91 232.729v-139.636q38.168 0 65.629 27.461t27.461 65.629v744.727q0 38.168-27.461 65.629t-65.629 27.461h-558.545q-0.931 0-18.619-3.723l229.004-229.004-303.477-303.477v-301.614q0-38.168 27.461-65.629t65.629-27.461v139.636q0 57.717 40.96 98.676t98.676 40.96h279.273q57.717 0 98.676-40.96t40.96-98.676zM383.536 791.274l-197.353 197.353v-150.807h-186.182v-93.091h186.182v-150.807z"></path>
</svg>
`;