1
2
3
4
5
6
7
8
9
10
|
<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 11.83,8.2423376 c 1.11,-1.18 1.15,-1.25 3.8,-3.25 -1.04,-0.62 -2.26,-0.96 -3.3,-1 h -0.44 c -2.11,0.03 -4.94,0.8 -4.9,3.28 0.05,2.5899997 2.92,1.66 3.16,2.7199997 M 9.99,5.5223376 c 0.83,0 1.5,0.68 1.5,1.5 0,0.83 -0.67,1.5 -1.5,1.5 -0.83,0 -1.5,-0.67 -1.5,-1.5 0,-0.82 0.67,-1.5 1.5,-1.5 z m 7.27,0.67 c -1.42,2.23 -2.37,3.5499997 -3.37,4.5799994 -0.64,0.66 -1.16,1.31 -1.62,1.78 -0.84,0.89 -1.94,1.94 -3.15,3.1 0.06,1.47 0.81,2.74 3.24,3.22 3.9,0.75 8.03,-1.83 7.61,-7.07 -0.18,-2.2399997 -1.4,-4.2799994 -2.71,-5.6099994 z m 0.34,3.7999997 c 0.55,0 1,0.4499997 1,0.9999997 0,0.55 -0.45,1 -1,1 -0.55,0 -1,-0.45 -1,-1 0,-0.55 0.45,-0.9999997 1,-0.9999997 z m -0.62,2.9999997 c 0.55,0 0.99,0.45 0.99,1 0,0.55 -0.44,1 -0.99,1 -0.55,0 -1,-0.45 -1,-1 0,-0.55 0.45,-1 1,-1 z m -4.99,2 c 0.54,0 0.99,0.45 0.99,1 0,0.55 -0.45,1 -0.99,1 -0.55,0 -1,-0.45 -1,-1 0,-0.55 0.45,-1 1,-1 z m 2.99,0 c 0.55,0 1,0.45 1,1 0,0.55 -0.45,1 -1,1 -0.55,0 -1,-0.45 -1,-1 0,-0.55 0.45,-1 1,-1 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 4,17.492337 c 1.55,0 1.39,-1.79 2.15,-2.29 0.87,-0.57 1.64,0.14 1.79,0.73 0.19,0.74 -0.12,1.63 -1.13,1.88 -1.07,0.27 -2.66,0.28 -2.81,-0.32 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 10.91,10.422337 c -1.87,2.07 -3.72,4.68 -4.91,6.63 2.97,-2.29 4.91,-4.16 6.14,-5.47 0.24,-0.24 0.53,-0.56 0.85,-0.92 1.21,-1.3299997 2.93,-3.4399994 5.05,-6.6699994 -1.8,1.3 -4.21,3.3 -6.12,5.3399997"/>
</svg>
|