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) • 345 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="M804.275 1024l-292.275-292.275-292.275 292.275-219.725-219.725 292.275-292.275-292.275-292.275 219.725-219.725 292.275 292.275 292.275-292.275 219.725 219.725-292.275 292.275 292.275 292.275z"></path>
</svg>
`;