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) 2.38 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.01752698,0,0,0.01752662,-0.81754433,0.68492292)" > <path d="m 745.375,578.353 c -51.299,-24.349 -68.695,-29.576 -68.695,-45.212 0,-14.771 17.391,-15.652 24.349,-15.652 22.603,0 26.079,11.304 32.169,20.865 6.092,8.684 13.924,8.684 18.256,8.684 13.045,0 25.228,-11.304 25.228,-26.953 0,-13.045 -10.439,-22.603 -13.045,-25.228 -22.603,-20.865 -54.778,-21.74 -63.484,-21.74 -72.17,0 -79.996,43.474 -79.996,60.011 0,30.438 15.652,38.259 20.865,44.349 -32.169,8.684 -46.967,26.953 -46.967,55.652 0,48.71 40.879,61.742 79.996,82.62 34.788,19.135 46.967,22.603 46.967,39.999 0,10.439 -8.684,22.603 -29.576,22.603 -43.474,0 -24.349,-41.739 -57.391,-41.739 -14.771,0 -25.228,11.304 -25.228,26.953 0,9.56 4.348,20.016 9.56,26.953 19.135,26.079 51.299,32.169 76.527,32.169 56.529,0 83.491,-32.169 83.491,-71.316 0,-20.865 -6.956,-34.788 -20.016,-49.563 39.999,-11.304 42.619,-43.474 42.619,-55.652 -0.88,-37.4 -26.953,-53.923 -55.652,-67.834 z m -22.616,100.009 -54.778,-28.695 c -8.684,-5.212 -20.016,-12.179 -20.016,-23.484 0,-16.517 15.652,-20.865 27.832,-22.603 l 48.71,25.228 c 9.56,5.212 22.603,13.045 22.603,26.953 -0.88,17.391 -21.74,21.74 -24.349,22.603 z M 896.688,164.412 H 712.329 C 674.07,46.153 563.617,-39.079 433.176,-39.079 c -161.755,0 -293.931,131.316 -293.931,293.931 0,129.58 84.348,240.013 201.754,278.276 v 370.454 c 0,46.967 37.4,84.348 84.348,84.348 h 471.338 c 46.967,0 84.348,-37.4 84.348,-84.348 V 248.761 c 0,-46.088 -37.4,-84.348 -84.348,-84.348 z M 388.83,459.218 c -15.652,2.62 -21.74,-10.439 -32.169,-20.865 -1.744,-2.62 -7.831,-9.56 -15.652,-20.016 -27.832,-36.528 -80.875,-106.958 -80.875,-106.958 0,0 -9.56,-25.228 10.439,-42.619 20.016,-17.391 42.619,0 42.619,0 l 64.346,63.484 214.794,-221.758 c 0,0 17.391,-15.652 32.169,0 12.179,12.179 -10.439,42.619 -10.439,42.619 l -7.831,11.304 -30.438,42.619 -152.183,216.529 -2.62,4.348 c 0,-0.88 -19.135,28.695 -32.169,31.316 z M 898.429,874.89 c 0,18.256 -14.771,33.907 -33.907,33.907 H 457.54 c -18.256,0 -33.907,-14.771 -33.907,-33.907 V 547.909 c 2.62,0 6.092,0.88 8.684,0.88 161.755,0 293.931,-131.316 293.931,-293.931 0,-3.468 0,-6.956 -0.88,-10.439 h 139.148 c 18.256,0 33.907,14.771 33.907,33.907 v 596.555 z" /> </g> </svg> `;