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) • 594 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="M1013.996 522.006h-130.501q0 153.992-108.752 262.743t-262.743 108.752-262.743-108.752-108.752-262.743 108.752-262.743 262.743-108.752q118.321 0 214.022 70.471l-127.022 127.022h348.004v-348.004l-126.151 126.151q-136.591-106.142-308.853-106.142-102.661 0-195.317 39.586t-160.081 107.011-107.011 160.081-39.586 195.317 39.586 195.317 107.011 160.081 160.081 107.011 195.317 39.586 195.317-39.586 160.081-107.011 107.011-160.081 39.586-195.317z"></path>
</svg>
`;