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.86 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.0163352,0,0,0.01633476,-0.17457308,1.250351)" > <path d="m 555.787,591.575 c -32.21,-0.976 -63.46,-14.642 -84.933,-39.044 -20.498,-23.429 -30.279,-52.721 -28.308,-83.959 1.952,-27.332 12.683,-52.721 31.245,-72.232 2.937,-2.937 4.879,-4.879 7.81,-7.81 L 625.112,261.629 802.784,105.434 c 21.475,-19.53 49.783,-29.285 79.077,-29.285 32.21,0.976 63.46,14.642 84.933,39.044 41.98,47.837 38.07,122.03 -9.769,163.997 L 830.124,391.456 c 15.619,75.168 12.683,85.909 2.937,151.312 l 201.095,-176.699 c 95.671,-84.933 105.421,-231.365 20.498,-327.029 -42.952,-48.807 -104.449,-77.112 -168.88,-78.086 -58.579,-0.976 -114.213,19.53 -158.141,57.601 L 404.506,301.647 c -2.937,1.952 -4.879,4.879 -7.81,7.81 -41.006,40.017 -66.379,93.71 -70.287,152.285 -0.976,20.498 0,41.006 3.903,60.519 7.81,39.044 25.387,76.139 52.721,107.385 19.53,22.453 42.952,40.017 68.343,52.721 z m 9.766,-234.296 c 32.21,0.976 63.46,14.642 84.933,39.044 20.498,23.429 30.279,52.721 28.308,83.959 -1.952,27.332 -12.683,52.721 -31.245,72.232 -2.937,2.937 -4.879,4.879 -7.81,7.81 L 496.228,687.225 318.556,843.42 c -21.475,19.53 -49.783,29.285 -79.077,29.285 -32.21,-0.976 -63.46,-14.642 -84.933,-39.044 -41.98,-47.837 -38.07,-122.03 9.769,-163.997 L 291.216,557.398 C 275.597,482.23 278.533,471.489 288.279,406.086 L 89.133,582.785 C -6.538,667.718 -16.288,814.15 68.635,909.814 c 42.952,48.807 104.449,77.112 168.88,78.086 58.579,0.976 114.213,-19.53 158.141,-57.601 L 716.819,647.207 c 2.937,-1.952 4.879,-4.879 7.81,-7.81 41.006,-40.017 66.379,-93.71 70.287,-152.285 0.976,-20.498 0,-41.006 -3.903,-60.519 -7.81,-39.044 -25.387,-76.139 -52.721,-107.385 -19.53,-22.453 -42.952,-40.017 -68.343,-52.721 z" /> </g> </svg> `;