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) • 803 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="M708.771 157.416h216.449q7.871 0 13.774 5.903t5.903 13.774v39.355q0 8.658-5.509 14.168t-14.168 5.509h-826.441q-8.658 0-14.168-5.509t-5.509-14.168v-39.355q0-7.871 5.903-13.774t13.774-5.903h216.449v-78.708q0-32.271 23.219-55.49t55.49-23.219h236.126q32.271 0 55.49 23.219t23.219 55.49v78.708zM630.063 157.416v-78.708h-236.126v78.708h236.126zM157.811 314.834h708.378v629.67q0 32.271-23.219 55.883t-55.49 23.613h-550.96q-32.271 0-55.49-23.613t-23.219-55.883v-629.67zM236.519 944.503h78.708v-550.96h-78.708v550.96zM393.937 944.503h78.708v-550.96h-78.708v550.96zM551.354 944.503h78.708v-550.96h-78.708v550.96zM708.771 944.503h78.708v-550.96h-78.708v550.96z"></path>
</svg>
`;