1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" 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 12,5.0000145 c -2.0507303,0 -4.1017108,0.7820895 -5.6610265,2.3444824 -3.1186313,3.1247861 -3.1186313,8.2196111 0,11.3443961 0.7252102,0.751745 1.9708321,0.02902 1.6811059,-0.975399 l 0.093829,-0.09401 c 0.3128867,0.05835 0.648365,-0.03464 0.8913771,-0.278125 l 2.4004635,-2.4052 A 2.0016889,2.0056391 0 0 0 12,15.028219 2.0016889,2.0056391 0 0 0 14.001689,13.02258 2.0016889,2.0056391 0 0 0 12,11.01694 a 2.0016889,2.0056391 0 0 0 -2.0016889,1.999764 2.0016889,2.0056391 0 0 0 0,0.0059 2.0016889,2.0056391 0 0 0 0.052779,0.434816 L 7.5900291,15.923296 C 7.3602744,16.153513 7.2670657,16.465202 7.3065868,16.763558 6.5646246,15.834293 6.1098171,14.706655 6.0105714,13.518105 h 0.9852063 v -1.00282 H 6.0105714 c 0.1041447,-1.24722 0.5948782,-2.430603 1.403528,-3.3845159 L 8.1080443,9.8260831 8.8156726,9.1170591 8.1236825,8.4237034 c 0.067875,-0.05783 0.1390086,-0.108975 0.2091608,-0.162567 H 8.32893 c 0.030075,-0.02331 0.061349,-0.04581 0.091875,-0.06855 0.026757,-0.01951 0.053093,-0.03983 0.08015,-0.05876 0.8581585,-0.6177281 1.885204,-1.0142935 2.998623,-1.1066278 v 0.9812746 h 1.000844 V 7.0271986 c 1.101053,0.091063 2.116917,0.4792493 2.969303,1.0850828 0.0658,0.04512 0.12952,0.09436 0.193522,0.14298 0.072,0.05468 0.145432,0.107242 0.215025,0.166483 l -0.69199,0.6953147 0.707628,0.709024 0.69199,-0.695314 c 0.80865,0.9539129 1.299384,2.1372959 1.403529,3.3845159 h -0.985207 v 1.00282 h 0.985207 c -0.104145,1.247221 -0.594879,2.430602 -1.403529,3.384516 l -0.693944,-0.695315 -0.707628,0.709024 0.797548,0.799123 c -0.282253,1.000421 0.954221,1.717234 1.67915,0.97344 3.118632,-3.124785 3.118632,-8.21961 0,-11.3443961 C 16.160316,5.8397146 14.123105,4.9960152 12,5.0000145 Z"/>
</svg>
|