1
2
3
4
5
6
7
8
9
10
11
|
<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 14.63562,3.11988 c 0.39,-0.1 0.79,-0.11 1.17,-0.08 l -1.36,2.30002 c -0.28,0.48 -0.13,1.07 0.35,1.35 l 0.87,0.51 c 0.48,0.28 1.08,0.12 1.36,-0.35 l 1.36,-2.31 c 0.21,0.31 0.4,0.67 0.5,1.05 0.49,1.86 -0.63,3.75 -2.49,4.24 -0.39,0.1 -0.79,0.11 -1.17,0.08 l -0.81,1.0901 -3.41,-10e-5 c 0,0 1.52,-2.58 1.63,-2.59 -0.21,-0.32 -0.4,-0.67 -0.5,-1.06 -0.49,-1.85 0.63,-3.75002 2.5,-4.23002 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 6.6156197,3.71988 c -0.23,0.05 -0.45,0.13 -0.66,0.22 -0.02,0.62002 0.09,1.44002 -0.16,1.65002 -0.23,0.21 -1.03,0.04 -1.65,-0.03 -0.13002,0.24 -0.23,0.49 -0.31,0.75 0.48,0.4 1.14,0.84 1.15,1.16 0.02,0.32 -0.62,0.8 -1.06,1.25 0.11,0.26 0.25,0.49 0.41,0.72 0.61,-0.13 1.36,-0.38 1.62,-0.19 0.26,0.19 0.27,1.01 0.34,1.62 0.25,0.08 0.52,0.11 0.78,0.13 0.28,-0.55 0.57,-1.32 0.88,-1.41 0.31,-0.08 0.96,0.46 1.5,0.78 0.21,-0.15 0.41,-0.33 0.5900003,-0.53 -0.2600003,-0.57 -0.7200003,-1.29 -0.5900003,-1.59 0.12,-0.3 0.9700003,-0.47 1.5600003,-0.69 0,-0.07 0.03,-0.14 0.03,-0.22 0,-0.19 -0.04,-0.38 -0.07,-0.56 -0.6,-0.16 -1.4600003,-0.24 -1.6200003,-0.53 -0.16,-0.29 0.24,-1.06 0.44,-1.66 -0.2,-0.17 -0.42,-0.33 -0.66,-0.47 -0.5,0.38 -1.08,1 -1.4,0.94 -0.32,-0.05 -0.66,-0.82 -1,-1.34002 -0.04,0.01 -0.08,-0.01 -0.12,0 z m 0.62,1.87002 c 0.93,0 1.68,0.76 1.68,1.69 0,0.93 -0.75,1.69 -1.68,1.69 -0.93,0 -1.69,-0.76 -1.69,-1.69 0,-0.93 0.76,-1.69 1.69,-1.69 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 6.0156197,12 H 16.01562 v 6 c 0,0.06 0,1 -1,1 H 7.0156197 c -1,0 -1,-1 -1,-1 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 5.6015197,12 -2.29293,2.293 a 1.0001,1.0001 0 1 0 1.41403,1.414 L 6.4297197,14 H 15.60162 l 1.707,1.707 a 1.0001,1.0001 0 1 0 1.414,-1.414 L 16.42962,12 Z"/>
</svg>
|