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) • 611 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="M1024 426.667l-127.147-127.147-291.84 301.227-181.76-181.76 301.227-291.84-127.147-127.147h426.667v426.667zM872.107 536.747l-104.107 104.96v126.293q0 34.987-25.173 60.16t-60.16 25.173h-426.667q-34.987 0-60.16-25.173t-25.173-60.16v-426.667q0-34.987 25.173-60.16t60.16-25.173h133.12l100.693-104.107-63.147-66.56h-85.333q-140.8 0-241.067 100.267t-100.267 241.067v256q0 140.8 100.267 241.067t241.067 100.267h256q139.093 0 240.213-100.267t101.12-241.067v-83.627z"></path>
</svg>
`;