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) • 615 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="M1024 85.334h-1024v-85.333h1024v85.333zM42.667 170.668h341.333q17.92 0 30.293 12.373t12.373 30.293v768q0 17.92-12.373 30.293t-30.293 12.373h-341.333q-17.92 0-30.293-12.373t-12.373-30.293v-768q0-17.92 12.373-30.293t30.293-12.373zM554.667 170.668h341.333q17.92 0 30.293 12.373t12.373 30.293v341.333q0 17.92-12.373 30.293t-30.293 12.373h-341.333q-17.92 0-30.293-12.373t-12.373-30.293v-341.333q0-17.92 12.373-30.293t30.293-12.373zM597.333 256.001v256h256v-256h-256z"></path>
</svg>
`;