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 6,4 C 6,4 5,4 5,5 v 9 3 c 0,1 1,1 1,1 h 5 V 16 H 7 V 6.0097656 h 8 V 12 h 2 V 5 C 17,4 16,4 16,4 Z m 6,9 v 1 c 0,0.28 0.109063,0.530937 0.289063,0.710938 L 13.589844,16 12.289063,17.289062 C 12.109063,17.469062 12,17.72 12,18 v 1 h 1 c 0.28,0 0.530937,-0.109063 0.710938,-0.289062 L 15,17.410156 16.289062,18.710938 C 16.469062,18.890937 16.72,19 17,19 h 1 v -1 c 0,-0.28 -0.109063,-0.530937 -0.289062,-0.710938 L 16.410156,16 17.710938,14.710938 C 17.890937,14.530938 18,14.28 18,14 v -1 h -1 c -0.28,0 -0.530937,0.109063 -0.710938,0.289062 L 15,14.589844 13.710938,13.289062 C 13.530937,13.109063 13.28,13 13,13 Z"/>
</svg>
|