UNPKG

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.31 kB
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.01752634,0,0,0.01752659,-0.75566971,0.68488653)" > <path d="m 462.603,598.119 c 23.731,129.632 96.764,205.404 200.839,205.404 60.254,0 97.675,-13.691 152.457,-79.422 34.694,-41.994 46.556,-46.556 73.943,-46.556 52.952,0 100.42,47.468 100.42,100.42 0,118.679 -168.891,209.969 -334.125,209.969 -220.925,0 -366.074,-142.412 -412.634,-389.81 h -68.469 c -39.25,0 -52.037,-12.775 -52.037,-50.208 0,-34.694 13.691,-49.297 54.773,-49.297 h 57.511 v -26.477 c 0,-25.562 0,-31.947 2.743,-55.683 h -62.991 c -37.43,0 -52.037,-12.775 -52.037,-49.297 0,-36.522 13.691,-50.208 54.773,-50.208 h 73.943 c 44.735,-216.356 205.404,-356.031 410.807,-356.031 170.712,0 320.429,94.032 320.429,200.839 0,52.952 -47.468,97.675 -102.249,97.675 -29.216,0 -47.468,-10.045 -73.943,-41.994 -54.773,-66.643 -87.642,-73.028 -144.24,-73.028 -96.764,0 -167.976,62.991 -194.452,171.625 h 273.87 c 40.166,0 54.773,13.691 54.773,50.208 0,36.517 -13.691,49.297 -52.037,49.297 H 454.369 c -2.743,21.908 -2.743,31.033 -2.743,47.468 0,10.045 0,18.261 1.829,34.694 h 273.87 c 39.25,0 54.773,13.691 54.773,49.297 0,37.43 -13.691,50.208 -52.037,50.208 H 462.58 Z" /> </g> </svg> `;