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) • 816 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="M170.668 42.668h682.666q70.827 0 120.747 49.92t49.92 120.747v170.667h-85.333q0-34.987-25.173-60.16t-60.16-25.173h-213.333q-34.987 0-60.16 25.173t-25.173 60.16h-85.333q0-34.987-25.173-60.16t-60.16-25.173h-213.333q-34.987 0-60.16 25.173t-25.173 60.16h-85.333v-170.667q0-70.827 49.92-120.747t120.747-49.92zM85.334 469.334h853.331q34.987 0 60.16 25.173t25.173 60.16v255.999h-1023.998v-255.999q0-34.987 25.173-60.16t60.16-25.173zM256.001 896v42.667q0 17.92-12.373 30.293t-30.293 12.373h-85.333q-17.92 0-30.293-12.373t-12.373-30.293v-42.667h170.667zM938.666 896v42.667q0 17.92-12.373 30.293t-30.293 12.373h-85.333q-17.92 0-30.293-12.373t-12.373-30.293v-42.667h170.667z"></path>
</svg>
`;