1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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 9.5,13 C 9.223,13 9,13.223 9,13.5 V 16 h 6 V 13.5 C 15,13.223 14.777,13 14.5,13 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 7,16 V 14 L 4,15 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 11,10 h 2 L 12,7 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 17,14 v 2 l 3,-1 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 14.825,10.756 1.414,1.4143 1.415,-2.8285 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 7.7605,12.1703 9.1748,10.756 6.3463,9.3418 Z"/>
</svg>
|