UNPKG

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) 547 B
export default `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024"> <path d="M810.667 341.334h85.333q34.987 0 60.16 25.173t25.173 60.16v512q0 34.987-25.173 60.16t-60.16 25.173h-768q-34.987 0-60.16-25.173t-25.173-60.16v-512q0-34.987 25.173-60.16t60.16-25.173h85.333v-170.667q0-69.973 50.347-120.32t120.32-50.347h256q69.973 0 120.32 50.347t50.347 120.32v170.667zM384 341.334h256v-128q0-17.92-12.373-30.293t-30.293-12.373h-170.667q-17.92 0-30.293 12.373t-12.373 30.293v128z"></path> </svg> `;