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) • 781 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="M590.77 78.769h78.769v157.539h-78.769v78.769h275.693q48.837 0 68.135 31.114t-2.757 74.437l-51.988 103.975q-32.296 65.379-63.803 105.551h-608.098q-31.507-40.172-63.803-105.551l-51.988-103.975q-22.055-43.323-2.757-74.437t68.135-31.114h275.693v-78.769h-78.769v-157.539h78.769v-78.769h157.539v78.769zM236.308 708.924h551.384q16.542 0 27.963 11.421t11.421 27.963-11.421 27.963-27.963 11.421h-9.452l107.914 78.769h-748.308l108.702-78.769h-10.24q-16.542 0-27.963-11.421t-11.421-27.963 11.421-27.963 27.963-11.421zM78.77 945.231h866.462q16.542 0 27.963 11.421t11.421 27.963v39.385h-945.231v-39.385q0-16.542 11.421-27.963t27.963-11.421z"></path>
</svg>
`;