UNPKG

aloha-svg

Version:

Aloha-SVG is a versatile library of SVG icons and their JavaScript equivalents, providing seamless integration into JS projects.

16 lines (15 loc) 1.06 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.01752667,0,0,0.01752667,-0.84373412,0.68488986)"> <path d="m 561.643,-39.077 c -283.632,0 -513.503,229.87 -513.503,513.503 0,283.633 229.87,513.503 513.503,513.503 283.633,0 513.503,-229.87 513.503,-513.503 C 1073.999,190.794 844.128,-39.077 561.643,-39.077 Z m 0,911.488 c -219.586,0 -397.985,-178.421 -397.985,-397.985 0,-219.564 178.421,-397.985 397.985,-397.985 219.564,0 397.985,178.421 397.985,397.985 0,219.586 -178.421,397.985 -397.985,397.985 z M 738.921,549.91 h -98.346 v 97.2 c 0,40.038 -25.159,61.748 -69.769,61.748 -42.308,0 -66.325,-21.734 -66.325,-61.748 v -97.2 h -94.929 c -35.451,0 -56.038,-21.734 -56.038,-59.478 0,-37.744 19.44,-59.478 54.89,-59.478 h 96.074 V 334.88 c 0,-40.038 25.159,-61.748 69.769,-61.748 42.308,0 67.473,21.734 67.473,61.748 v 96.074 h 97.2 c 36.597,0 56.038,20.587 56.038,59.478 -1.147,37.744 -21.734,59.478 -56.038,59.478 z" /> </g> </svg> `;