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) • 379 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="M768 234.666v554.667q0 26.453-18.773 45.227t-45.227 18.773h-640q-26.453 0-45.227-18.773t-18.773-45.227v-554.667q0-26.453 18.773-45.227t45.227-18.773h640q26.453 0 45.227 18.773t18.773 45.227zM1024 767.999l-256-256 256-256v512z"></path>
</svg>
`;