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) • 484 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="M769.708 12.801l241.493 240.64q12.8 12.8 12.8 30.72t-12.8 29.867q-11.947 12.8-29.867 12.8t-29.867-12.8l-30.72-29.867-238.080 227.84v256l-180.907-179.2-177.493 176.64-324.267 258.56 258.56-324.267 176.64-177.493-179.2-180.907h256l227.84-238.080-29.867-30.72q-12.8-11.947-12.8-29.867t12.8-29.867q11.947-12.8 29.867-12.8t29.867 12.8z"></path>
</svg>
`;