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) • 919 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="M426.668 170.665v-85.333q0-17.92 12.373-30.293t30.293-12.373h512.001q17.92 0 30.293 12.373t12.373 30.293v85.333q0 17.067-12.373 29.867t-30.293 12.8h-512.001q-17.92 0-30.293-12.8t-12.373-29.867zM85.334 426.666v-85.333q0-17.92 12.373-30.293t30.293-12.373h853.334q17.92 0 30.293 12.373t12.373 30.293v85.333q0 17.067-12.373 29.867t-30.293 12.8h-853.334q-17.92 0-30.293-12.8t-12.373-29.867zM256.001 682.666v-85.333q0-17.92 12.373-30.293t30.293-12.373h682.668q17.92 0 30.293 12.373t12.373 30.293v85.333q0 17.067-12.373 29.867t-30.293 12.8h-682.668q-17.92 0-30.293-12.8t-12.373-29.867zM0 938.666v-85.333q0-17.92 12.373-30.293t30.293-12.373h938.668q17.92 0 30.293 12.373t12.373 30.293v85.333q0 17.067-12.373 29.867t-30.293 12.8h-938.668q-17.92 0-30.293-12.8t-12.373-29.867z"></path>
</svg>
`;