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) • 1.07 kB
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="M394.33 79.102h-78.708v865.796h78.708v-865.796zM630.456 197.165v-78.708q0-16.529-11.806-27.941t-27.548-11.412h-78.708q-16.529 0-27.941 11.412t-11.412 27.941v78.708q0 15.742 11.412 27.548t27.941 11.806h78.708q15.742 0 27.548-11.806t11.806-27.548zM945.292 433.291v-78.708q0-16.529-11.806-27.941t-27.548-11.412h-393.544q-16.529 0-27.941 11.412t-11.412 27.941v78.708q0 15.742 11.412 27.548t27.941 11.806h393.544q15.742 0 27.548-11.806t11.806-27.548zM158.204 610.385v-59.031h-158.204v-78.708h158.204v-59.031l130.656 98.386zM787.874 669.417v-78.708q0-16.529-11.806-27.941t-27.548-11.412h-236.126q-16.529 0-27.941 11.412t-11.412 27.941v78.708q0 15.742 11.412 27.548t27.941 11.806h236.126q15.742 0 27.548-11.806t11.806-27.548zM1024 905.543v-78.708q0-16.529-11.806-27.941t-27.548-11.412h-472.252q-16.529 0-27.941 11.412t-11.412 27.941v78.708q0 15.742 11.412 27.548t27.941 11.806h472.252q15.742 0 27.548-11.806t11.806-27.548z"></path>
</svg>
`;