1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 10.999998,4.0000145 c -2.0507305,0 -4.1017109,0.7820895 -5.6610263,2.3444824 -3.118631,3.1247861 -3.118631,8.2196111 0,11.3443961 0.7252101,0.751745 1.9708318,0.02902 1.6811057,-0.975399 L 7.8156706,15.916331 7.1080423,15.207306 6.4140975,15.902621 C 5.6054476,14.948707 5.1147143,13.765326 5.0105696,12.518105 h 0.9852062 v -1.00282 H 5.0105696 C 5.1147143,10.268065 5.6054478,9.0846826 6.4140975,8.1307696 L 7.1080423,8.8260835 7.8156706,8.117059 7.1236804,7.4237036 C 7.1915555,7.3658706 7.2626891,7.3147282 7.3328413,7.2611365 h -0.00391 c 0.030076,-0.023306 0.061349,-0.045809 0.091875,-0.068553 0.026752,-0.019515 0.053088,-0.039832 0.080146,-0.058755 0.985391,-0.7093153 2.1931296,-1.128175 3.4990507,-1.128175 1.292948,0 2.489747,0.4101086 3.469724,1.1066274 0.06581,0.045117 0.129521,0.094365 0.193522,0.14298 0.072,0.054684 0.145432,0.1072425 0.215026,0.1664831 l -0.691989,0.6953149 0.707627,0.7090245 0.69199,-0.6953139 c 0.808649,0.953913 1.299382,2.1372955 1.403528,3.3845155 h -0.985207 v 1.00282 h 0.985207 c -0.104146,1.247221 -0.594879,2.430602 -1.403528,3.384516 l -0.693944,-0.695315 -0.707628,0.709025 0.797548,0.799122 c -0.282253,1.000421 0.95422,1.717234 1.679149,0.97344 3.118632,-3.124785 3.118632,-8.2196101 0,-11.3443962 -1.500714,-1.5047822 -3.537925,-2.3484816 -5.66103,-2.3444823 z m 0,2.0056391 c -0.554468,0 -1.0008446,0.4472575 -1.0008446,1.0028195 v 3.2748329 c -0.6111301,0.353847 -1.000402,1.009821 -1.0008445,1.733389 -3e-7,1.107684 0.8961864,2.005639 2.0016891,2.005639 1.105503,0 2.001688,-0.897955 2.001688,-2.005639 4.68e-4,-0.721839 -0.386855,-1.379724 -1.000843,-1.735348 V 7.0084731 c 0,-0.555562 -0.446377,-1.0028195 -1.000845,-1.0028195 z"/>
</svg>
|