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 7,5 C 7,5 6,5 6,6 v 9 3 c 0,1 1,1 1,1 h 5 V 17 H 8 V 7.0097656 h 8 V 13 h 2 V 6 C 18,5 17,5 17,5 Z m 4,3 v 3.085938 A 1.5,1.5 0 0 0 10.5,11 1.5,1.5 0 0 0 9,12.5 1.5,1.5 0 0 0 10.5,14 1.5,1.5 0 0 0 12,12.5 V 9 h 1 V 8 h -1 z m 2,6 v 1 c 0,0.28 0.109063,0.530936 0.289063,0.710938 L 14.589844,17 13.289063,18.289062 C 13.109063,18.469062 13,18.72 13,19 v 1 h 1 c 0.28,0 0.530936,-0.109063 0.710938,-0.289062 L 16,18.410156 17.289062,19.710938 C 17.469062,19.890936 17.72,20 18,20 h 1 v -1 c 0,-0.28 -0.109063,-0.530936 -0.289062,-0.710938 L 17.410156,17 18.710938,15.710938 C 18.890936,15.530938 19,15.28 19,15 v -1 h -1 c -0.28,0 -0.530936,0.109064 -0.710938,0.289062 L 16,15.589844 14.710938,14.289062 C 14.530936,14.109064 14.28,14 14,14 Z"/>
</svg>
|