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) • 580 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 315.077v393.847q0 97.674-69.317 166.991t-166.991 69.317h-551.384q-97.674 0-166.991-69.317t-69.317-166.991v-393.847q0-97.674 69.317-166.991t166.991-69.317h551.384q97.674 0 166.991 69.317t69.317 166.991zM866.461 236.308h-708.923v551.384h708.923v-551.384zM236.307 315.077v393.847h236.308v-78.769h-157.539v-236.308h157.539v-78.769h-236.308zM551.384 315.077v393.847h236.308v-78.769h-157.539v-236.308h157.539v-78.769h-236.308z"></path>
</svg>
`;