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) • 486 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="M452.923-0.001h118.154q81.132 0 148.874 67.742t67.742 148.874v393.847q0 32.296-33.083 65.379t-65.379 33.083h-354.462q-32.296 0-65.379-33.083t-33.083-65.379v-393.847q0-81.132 67.742-148.874t148.874-67.742zM630.154 787.692v177.231q0 16.542-21.268 37.809t-37.809 21.268h-118.154q-16.542 0-37.809-21.268t-21.268-37.809v-177.231h236.308z"></path>
</svg>
`;