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 9.0208071,3.9999999 c 0,0 -2.9940614,0 -2.9940614,2.9920087 V 11.97869 c 0,0 0.043913,1.41522 0.027945,1.994673 0,0.997336 -0.6092915,1.409236 -1.4745752,2.11535 -0.6257589,0.488695 -0.7724679,1.30651 -0.3063923,1.692479 0.4291488,0.355052 1.2330543,0.303191 1.7300685,-0.342086 L 7.0217721,15.968035 C 7.7183904,14.956736 7.9830334,14.097032 7.9999998,12.976026 V 6.9920086 c 0,-0.9973362 1,-0.9920087 1,-0.9920087 V 12.551161 L 12,9.4853489 V 6.9920086 c 0,-0.9973362 0.9985,-0.9973362 0.9985,-0.9973362 l 0.003,2.4933405 2.004442,-2.0295792 C 15.343277,6.1472648 15.502484,5.9946724 15.9985,5.9946724 L 16.0015,6.9920086 12.011891,11 h 3.992082 c 0,0 0.003,1 -0.998021,1 h -3.992098 l -2.0138542,1.973363 c 0,0.424865 0.017813,2.000656 2.0138542,2.000656 l 3.995076,-0.006 c 0,0 2.994062,0 2.991068,-2.982035 V 3.9999999 Z"/>
</svg>
|