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) • 1.27 kB
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.01752671,0,0,0.01752668,-8.7633537e-5,0.68480921)"
>
<path
d="m 813.891,953.324 c -4.493,0 -8.992,0 -13.491,-4.493 L 512.614,764.467 220.331,948.831 c -8.992,4.493 -17.992,4.493 -26.978,0 -8.986,-4.493 -8.992,-13.491 -8.992,-22.484 L 274.296,598.089 4.498,386.746 C 0.005,377.754 0.005,368.754 0.005,359.768 4.498,350.776 8.997,346.277 22.489,346.277 L 368.731,328.285 490.142,9.023 c 4.493,-8.992 13.491,-13.491 22.484,-13.491 v 0 c 8.992,0 17.992,4.493 22.484,13.491 l 121.411,319.262 346.242,17.992 c 8.992,0 17.992,4.493 22.484,13.491 4.492,8.998 0,17.992 -8.992,22.484 l -269.798,211.343 89.935,328.258 c 4.493,8.992 0,17.992 -8.992,22.484 -4.493,4.493 -8.992,8.992 -13.491,8.992 z M 85.429,382.247 319.257,566.611 c 8.992,4.493 8.992,13.491 8.992,22.484 L 247.31,876.881 499.124,715.001 c 8.992,-4.493 17.992,-4.493 22.484,0 l 251.814,161.88 -80.939,-287.786 c -4.493,-8.992 0,-17.992 8.992,-22.484 L 935.303,382.247 634.025,368.756 c -8.992,0 -17.992,-4.493 -17.992,-13.491 L 512.611,76.471 404.694,355.265 c -4.493,8.992 -8.992,13.491 -17.992,13.491 L 85.424,382.247 Z"
/>
</g>
</svg>
`;