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.4 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.01752634,0,0,0.0175266,-0.84360586,0.68486143)"
>
<path
d="m 741.306,326.077 96.13,-213.521 C 844.528,96.795 842.161,78.67 831.127,65.283 820.093,51.896 802.762,46.368 786.21,51.102 l -141.825,35.455 -41.766,-98.49 c 0,0 0,0 0,0 -4.725,-10.25 -12.604,-18.915 -23.637,-23.637 -22.844,-9.449 -48.856,0.793 -58.301,23.637 L 478.915,86.557 337.877,50.314 c -16.544,-3.938 -33.886,1.567 -44.917,14.181 -11.033,13.394 -13.394,31.518 -6.309,47.273 l 96.13,213.521 C 289.02,384.383 226.779,489.178 226.779,608.152 v 245.833 c 0,74.059 60.669,133.95 133.95,133.95 h 401.835 c 74.059,0 133.95,-60.669 133.95,-133.95 V 608.152 c 0,-118.188 -62.249,-222.983 -155.217,-282.071 z M 493.897,182.678 c 21.284,5.511 43.329,-5.511 52.004,-25.998 l 15.761,-36.243 15.761,36.243 c 8.665,20.482 30.732,31.518 52.004,25.998 l 89.032,-22.844 -57.52,128.429 c -31.518,-9.449 -64.612,-14.973 -99.281,-14.973 -33.886,0 -66.969,5.511 -98.49,14.973 l -57.52,-127.641 88.247,22.068 z m 312.805,660.271 c 0,30.732 -25.219,55.945 -55.945,55.945 H 370.981 c -30.732,0 -55.945,-25.219 -55.945,-55.945 V 608.15 c 0.793,-135.518 110.312,-245.833 245.833,-245.833 135.521,0 245.833,110.312 245.833,245.833 z M 650.69,720.031 c -9.449,0 -13.394,1.567 -25.219,15.761 -18.126,22.068 -31.518,26.789 -51.215,26.789 -35.455,0 -59.885,-25.219 -67.761,-69.34 h 90.613 c 12.604,0 17.327,-3.938 17.327,-17.327 0,-11.818 -5.511,-16.544 -18.126,-16.544 h -93.761 c -0.793,-5.511 -0.793,-8.665 -0.793,-11.818 0,-5.511 0,-8.665 0.793,-15.761 h 98.49 c 12.604,0 17.327,-3.938 17.327,-16.544 0,-12.606 -4.725,-17.327 -18.126,-17.327 h -92.185 c 8.665,-37.035 33.094,-58.301 65.399,-58.301 18.915,0 29.936,1.567 48.856,24.426 8.665,11.033 14.973,14.181 25.219,14.181 18.126,0 34.666,-14.973 34.666,-33.094 0,-36.243 -50.424,-67.761 -107.945,-67.761 -69.34,0 -123.703,47.273 -138.672,120.55 h -25.219 c -13.394,0 -18.126,4.725 -18.126,17.327 0,12.602 4.725,16.544 17.327,16.544 h 21.284 c -0.793,7.879 -0.793,10.25 -0.793,18.915 v 8.665 h -19.689 c -13.394,0 -18.126,4.725 -18.126,16.544 0,12.604 3.938,17.327 17.327,17.327 h 23.637 c 15.761,83.521 64.612,131.58 139.462,131.58 55.945,0 112.669,-30.732 112.669,-70.907 -0.793,-17.327 -16.544,-33.886 -34.666,-33.886 z"
/>
</g>
</svg>
`;