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) • 911 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="M597.333 170.666v-85.333q0-17.92-12.373-30.293t-30.293-12.373h-512q-17.92 0-30.293 12.373t-12.373 30.293v85.333q0 17.067 12.373 29.867t30.293 12.8h512q17.92 0 30.293-12.8t12.373-29.867zM938.667 426.666v-85.333q0-17.92-12.373-30.293t-30.293-12.373h-853.334q-17.92 0-30.293 12.373t-12.373 30.293v85.333q0 17.067 12.373 29.867t30.293 12.8h853.334q17.92 0 30.293-12.8t12.373-29.867zM768 682.666v-85.333q0-17.92-12.373-30.293t-30.293-12.373h-682.668q-17.92 0-30.293 12.373t-12.373 30.293v85.333q0 17.067 12.373 29.867t30.293 12.8h682.668q17.92 0 30.293-12.8t12.373-29.867zM1024 938.666v-85.333q0-17.92-12.373-30.293t-30.293-12.373h-938.668q-17.92 0-30.293 12.373t-12.373 30.293v85.333q0 17.067 12.373 29.867t30.293 12.8h938.668q17.92 0 30.293-12.8t12.373-29.867z"></path>
</svg>
`;