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) • 526 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="M819.063 580.312l-341.561 341.561-477.502-478.185v-324.483q0-7.515 4.782-12.296t12.296-4.782h323.8zM1024 580.312l-341.561 341.561-34.156-34.156 307.405-307.405-478.185-478.185h68.312zM217.233 319.359q20.494-19.811 20.494-48.502t-20.494-48.502q-19.811-20.494-48.502-20.494t-48.502 20.494q-20.494 19.811-20.494 48.502t20.494 48.502q19.811 20.494 48.502 20.494t48.502-20.494z"></path>
</svg>
`;