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.54 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.01622926,0,0,0.01622965,-0.1150979,1.3002223)" > <path d="m 782.973,-39.074 c -183.708,0 -333.211,149.504 -333.211,333.211 0,27.36 3.914,53.735 9.77,79.146 H 97.976 c -49.831,0 -89.908,40.061 -89.908,89.908 V 608.785 H 7.092 v 289.238 c 0,49.831 40.061,89.908 89.908,89.908 h 746.56 c 49.831,0 89.908,-40.061 89.908,-89.908 V 591.196 C 1041.939,536.474 1116.2,424.105 1116.2,294.133 1116.2,109.451 966.696,-39.078 782.989,-39.078 Z m -293.15,492.499 c 30.298,55.698 77.198,102.595 132.89,132.89 l -97.71,90.884 c -11.733,11.733 -37.118,17.589 -53.735,17.589 -16.617,0 -43,-5.856 -53.735,-17.589 l -242.33,-223.77 h 314.648 z m 364.479,419.208 c 0,19.541 -15.637,36.153 -36.153,36.153 H 122.407 c -19.541,0 -36.153,-15.637 -36.153,-36.153 V 836.48 l 0.976,-0.976 V 480.793 c 0,-2.938 0,-5.856 0.976,-7.827 l 256.998,254.062 c 33.227,33.227 78.17,51.797 126.057,51.797 47.887,0 92.829,-18.568 126.057,-51.797 L 707.734,618.557 c 24.441,5.856 48.855,8.794 75.24,8.794 24.441,0 48.855,-2.938 71.329,-7.827 V 872.613 Z M 988.178,177.864 769.292,489.574 c 0,0 -20.521,33.227 -36.153,36.153 -17.589,2.938 -25.413,-11.733 -36.153,-24.441 C 685.253,489.553 587.542,357.64 587.542,357.64 c 0,0 -10.741,-28.331 11.733,-47.884 22.471,-19.541 48.855,0 48.855,0 l 73.293,72.317 243.32,-252.115 c 0,0 19.541,-17.589 36.153,0 12.7,14.644 -12.7,47.884 -12.7,47.884 z" /> </g> </svg> `;