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) • 703 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="M744.726 325.819h-46.546q0-19.549-3.723-34.443t-8.844-24.669-16.756-16.291-20.48-10.24-26.531-5.12-28.858-1.862-34.443-0.466h-93.091v512.001q0 20.48 23.272 32.116t46.546 13.498l23.272 0.931v93.091h-372.364v-93.091q3.723 0 10.24-0.466t22.342-2.793 27.927-6.516 22.342-13.964 10.24-22.808v-512.001h-93.091q-23.272 0-34.443 0.466t-28.858 1.862-26.531 5.12-20.48 10.24-16.756 16.291-8.844 24.669-3.723 34.443h-46.546v-279.273h744.73v279.273zM1024 791.275h-186.183v93.091h186.183v93.091h-279.273v-279.273h186.183v-93.091h-186.183v-93.091h279.273v279.273z"></path>
</svg>
`;