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) • 683 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="M512 0q104.707 0 199.209 40.375t163.272 109.144 109.144 163.272 40.375 199.209-40.375 199.209-109.144 163.272-163.272 109.144-199.209 40.375-199.209-40.375-163.272-109.144-109.144-163.272-40.375-199.209 40.375-199.209 109.144-163.272 163.272-109.144 199.209-40.375zM588.312 557.255l51.466-267.98q3.549-17.747-7.099-30.614t-29.283-12.866h-183.681q-17.747 0-28.396 12.866t-7.099 30.614l51.466 267.98q3.549 17.747 19.078 30.614t33.276 12.866h47.917q17.747 0 33.276-12.866t19.078-30.614zM600.735 689.47h-177.47v88.735h177.47v-88.735z"></path>
</svg>
`;