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) • 640 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="M42.667 128h341.334q17.92 0 30.293 12.373t12.373 30.293v298.668h85.333v-128.001q0-17.92 12.373-30.293t30.293-12.373h341.334q17.92 0 30.293 12.373t12.373 30.293v128.001h85.333v85.333h-85.333v128.001q0 17.92-12.373 30.293t-30.293 12.373h-341.334q-17.92 0-30.293-12.373t-12.373-30.293v-128.001h-85.333v298.668q0 17.92-12.373 30.293t-30.293 12.373h-341.334q-17.92 0-30.293-12.373t-12.373-30.293v-682.67q0-17.92 12.373-30.293t30.293-12.373zM597.335 384.001v256.001h256.001v-256.001h-256.001z"></path>
</svg>
`;