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) • 1.33 kB
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="M255.999 85.332v170.667q0 17.92-12.373 30.293t-30.293 12.373h-170.667q-17.92 0-30.293-12.373t-12.373-30.293v-170.667q0-17.92 12.373-30.293t30.293-12.373h170.667q17.92 0 30.293 12.373t12.373 30.293zM1023.999 85.332v170.667q0 17.92-12.373 30.293t-30.293 12.373h-597.334q-17.92 0-30.293-12.373t-12.373-30.293v-170.667q0-17.92 12.373-30.293t30.293-12.373h597.334q17.92 0 30.293 12.373t12.373 30.293zM255.999 597.333v-170.667q0-17.92-12.373-30.293t-30.293-12.373h-170.667q-17.92 0-30.293 12.373t-12.373 30.293v170.667q0 17.92 12.373 30.293t30.293 12.373h170.667q17.92 0 30.293-12.373t12.373-30.293zM1023.999 426.666v170.667q0 17.92-12.373 30.293t-30.293 12.373h-597.334q-17.92 0-30.293-12.373t-12.373-30.293v-170.667q0-17.92 12.373-30.293t30.293-12.373h597.334q17.92 0 30.293 12.373t12.373 30.293zM255.999 768v170.667q0 17.92-12.373 30.293t-30.293 12.373h-170.667q-17.92 0-30.293-12.373t-12.373-30.293v-170.667q0-17.92 12.373-30.293t30.293-12.373h170.667q17.92 0 30.293 12.373t12.373 30.293zM1023.999 768v170.667q0 17.92-12.373 30.293t-30.293 12.373h-597.334q-17.92 0-30.293-12.373t-12.373-30.293v-170.667q0-17.92 12.373-30.293t30.293-12.373h597.334q17.92 0 30.293 12.373t12.373 30.293z"></path>
</svg>
`;