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 11.000002,4.0000144 c -2.0507314,0 -4.1017126,0.7820895 -5.6610288,2.3444823 -3.1186323,3.1247861 -3.1186323,8.2196113 0,11.3443963 0.7252105,0.751745 1.9708327,0.02902 1.6811065,-0.975399 L 7.8156731,15.916331 7.1080445,15.207306 6.4140995,15.902621 C 5.6054491,14.948707 5.1147158,13.765326 5.010571,12.518105 h 0.9852066 v -1.00282 H 5.010571 C 5.1147158,10.268065 5.6054495,9.0846825 6.4140995,8.1307694 L 7.1080445,8.8260834 7.8156731,8.1170589 7.1236827,7.4237034 c 0.067875,-0.057833 0.1390088,-0.1089754 0.209161,-0.162567 h -0.00391 c 0.030075,-0.023306 0.061349,-0.045809 0.091875,-0.068553 0.026757,-0.019515 0.053093,-0.039832 0.08015,-0.058755 0.8581554,-0.6177303 1.8852015,-1.0142957 2.9986203,-1.10663 V 7.008473 h 1.000845 V 6.0271984 c 1.101052,0.091063 2.116918,0.4792493 2.969303,1.0850824 0.06581,0.045117 0.12952,0.094365 0.193523,0.1429801 0.072,0.054684 0.145431,0.1072425 0.215025,0.166483 l -0.69199,0.695315 0.707628,0.7090245 0.69199,-0.695314 c 0.80865,0.9539131 1.299384,2.1372956 1.403529,3.3845156 h -0.985207 v 1.00282 h 0.985207 c -0.09924,1.18855 -0.554054,2.316188 -1.296016,3.245453 0.03952,-0.298356 -0.05369,-0.610045 -0.283442,-0.840253 L 12.945002,12.45347 a 2.0016896,2.0056391 0 0 0 0.05669,-0.430899 2.0016896,2.0056391 0 0 0 -2.001689,-2.005639 2.0016896,2.0056391 0 0 0 -2.00169,2.005639 2.0016896,2.0056391 0 0 0 2.00169,2.005639 2.0016896,2.0056391 0 0 0 0.588387,-0.09793 l 2.406328,2.411076 c 0.243011,0.243491 0.578492,0.336476 0.891377,0.278124 l 0.09578,0.09597 c -0.282253,1.00042 0.954222,1.717234 1.679152,0.97344 3.118632,-3.124785 3.118632,-8.2196102 0,-11.3443963 -1.500709,-1.5047792 -3.53792,-2.3484786 -5.661025,-2.3444793 z"/>
</svg>
|