UNPKG

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) 650 B
export default `<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 1024 1024"> <path d="M512 0q139.168 0 256.859 68.725t186.416 186.416 68.725 256.859-68.725 256.859-186.416 186.416-256.859 68.725-256.859-68.725-186.416-186.416-68.725-256.859 68.725-256.859 186.416-186.416 256.859-68.725zM512 156.349q-146.899 0-251.275 104.376t-104.376 251.275 104.376 251.275 251.275 104.376 251.275-104.376 104.376-251.275-104.376-251.275-251.275-104.376zM512 345.342q68.725 0 117.692 48.966t48.966 117.692-48.966 117.692-117.692 48.966-117.692-48.966-48.966-117.692 48.966-117.692 117.692-48.966z"></path> </svg> `;