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) • 407 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="M675.742 0h164.497q16.449 0 21.59 11.31t-7.196 23.647l-477.043 477.043 477.043 477.043q12.337 12.337 7.196 23.647t-21.59 11.31h-164.497q-13.365 0-23.647-9.253l-484.24-484.24q-7.196-8.225-7.196-18.506t7.196-18.506l484.24-484.24q10.281-9.253 23.647-9.253z"></path>
</svg>
`;