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) 3.25 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.01606745,0,0,0.0160677,-1.6067455e-5,1.3770715)" > <path d="m 351.01,304.365 h 138.425 v 174.023 c 0,11.865 8.897,20.772 20.772,20.772 h 100.86 c 11.865,0 20.772,-8.897 20.772,-20.772 V 304.365 h 138.425 c 7.912,0 15.821,-4.942 18.787,-12.865 0.985,-2.97 1.985,-5.927 1.985,-8.897 0,-4.942 -1.985,-9.9 -4.942,-13.844 L 576.474,-2.161 c -3.951,-3.951 -9.9,-6.93 -15.821,-6.93 -5.921,0 -11.865,2.97 -15.821,6.93 l -209.62,270.92 c -3.951,3.951 -4.942,8.897 -4.942,13.844 0,2.97 0.985,5.927 1.985,8.897 2.97,7.912 10.879,12.865 18.787,12.865 z M 1.964,735.477 c 6.93,66.247 94.913,119.636 203.692,119.636 40.547,0 79.109,-7.912 110.74,-20.772 0,-1.985 0,-2.97 0,-4.942 0,-13.844 2.97,-26.7 6.93,-38.562 -34.613,13.844 -75.14,20.772 -117.671,20.772 C 119.632,812.594 44.477,781.939 1.963,735.467 Z M 322.34,712.741 c -34.613,12.865 -74.156,20.772 -116.669,20.772 -85.04,0 -160.181,-30.656 -203.692,-76.142 8.897,65.267 95.915,117.671 203.692,117.671 40.547,0 79.109,-7.912 110.74,-20.772 0,-1.985 0,-2.97 0,-4.942 0,-12.865 1.985,-24.714 5.927,-36.583 z m -0.994,-76.14 c -34.613,12.865 -74.156,20.772 -116.669,20.772 -85.04,0 -160.181,-30.656 -203.692,-76.142 9.9,64.265 96.899,115.685 203.692,115.685 40.547,0 79.109,-7.912 110.74,-20.772 0,-1.985 0,-2.97 0,-4.942 0.985,-11.865 2.97,-23.737 5.927,-34.613 z M 409.347,492.24 c 0,-70.193 -91.95,-127.548 -204.673,-127.548 -112.723,0 -204.673,57.356 -204.673,127.548 0,70.192 91.95,127.548 204.673,127.548 113.707,0 204.673,-57.356 204.673,-127.548 z m 390.571,338.164 c 0,0.985 0,1.985 0,2.97 32.634,13.844 73.172,22.743 115.685,22.743 107.774,0 196.761,-53.385 203.692,-119.636 -42.508,45.483 -117.671,76.142 -203.692,76.142 -44.49,0 -87.022,-8.897 -122.612,-23.737 0,0 0,0.985 0,0.985 3.951,12.865 6.93,25.699 6.93,40.547 z m -0.981,-78.116 c 32.634,13.844 73.172,22.743 115.685,22.743 106.793,0 194.796,-51.424 203.692,-117.671 -42.508,45.483 -117.671,76.142 -203.692,76.142 -44.49,0 -87.022,-8.897 -122.612,-22.743 3.951,12.865 6.93,25.699 6.93,38.562 0.985,0.985 0,1.985 0,2.97 z m 116.668,-94.92 c -44.49,0 -86.023,-8.897 -121.616,-22.743 3.951,11.865 5.927,23.737 5.927,36.583 0,0.985 0,1.985 0,2.97 32.634,13.844 73.172,22.743 115.685,22.743 105.794,0 193.796,-50.426 203.692,-115.685 -43.507,45.483 -118.653,76.142 -203.692,76.142 z m 0,-37.582 c 112.724,0 204.673,-57.356 204.673,-127.548 0,-70.192 -91.95,-127.548 -204.673,-127.548 -112.724,0 -204.673,57.356 -204.673,127.548 0,70.192 91.95,127.548 204.673,127.548 z M 557.668,914.448 c -85.04,0 -160.181,-30.656 -203.692,-76.142 6.93,66.247 94.913,119.636 203.692,119.636 107.774,0 196.761,-53.385 203.692,-119.636 -42.508,45.483 -117.671,76.142 -203.692,76.142 z m 0,-37.574 c 106.793,0 194.796,-51.424 203.692,-117.671 -42.508,45.483 -117.671,76.142 -203.692,76.142 -85.04,0 -160.181,-30.656 -203.692,-76.142 8.897,66.247 96.899,117.671 203.692,117.671 z M 353.976,671.21 c 0,70.193 91.95,127.548 204.673,127.548 112.723,0 204.673,-57.356 204.673,-127.548 0,-70.193 -91.95,-127.548 -204.673,-127.548 -113.707,0 -204.673,57.356 -204.673,127.548 z" /> </g> </svg> `;