aloha-svg
Version:
Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.
17 lines (16 loc) • 975 B
JavaScript
export default `<svg
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="18"
height="18"
viewBox="0 0 18 18"
>
<g
transform="matrix(0.01752667,0,0,0.01752667,0,0.68492492)"
>
<path
d="m 866.536,666.989 c -45.291,0 -86.171,18.791 -115.35,48.975 L 318.918,499.829 c 1.316,-8.276 2.022,-16.753 2.022,-25.404 0,-8.651 -0.706,-17.128 -2.022,-25.402 L 751.186,232.888 c 29.175,30.175 70.054,48.973 115.35,48.973 88.625,0 160.47,-71.843 160.47,-160.47 0,-88.627 -71.843,-160.47 -160.47,-160.47 -88.627,0 -160.47,71.843 -160.47,160.47 0,8.644 0.708,17.128 2.022,25.402 L 275.82,362.93 C 246.645,332.755 205.766,313.955 160.47,313.955 71.845,313.955 0,385.8 0,474.425 c 0,88.627 71.843,160.47 160.47,160.47 45.291,0 86.171,-18.791 115.35,-48.973 l 432.268,216.135 c -1.314,8.274 -2.022,16.751 -2.022,25.402 0,88.627 71.843,160.47 160.47,160.47 88.627,0 160.47,-71.841 160.47,-160.47 0,-88.623 -71.843,-160.47 -160.47,-160.47 z"
/>
</g>
</svg>
`;