1
2
3
4
5
6
7
8
9
|
<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 13,11 v 4.28 C 12.7,15.11 12.36,15 12,15 c -1.11,0 -2,0.9 -2,2 0,1.1 0.89,2 2,2 1.1,0 2,-0.9 2,-2 v -4 h 4 v 2.28 C 17.7,15.11 17.36,15 17,15 c -1.11,0 -2,0.9 -2,2 0,1.1 0.89,2 2,2 1.1,0 2,-0.9 2,-2 v -6 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 5,4 v 15 h 1 v -1 h 1 v 1 H 8 V 16 H 9 V 14 H 8 V 9 h 8 v 1 h 3 V 4 H 18 V 5 5 H 17 V 4 H 16 V 7 H 8 V 4 H 7 V 5 5 H 6 V 4 Z M 6,6 H 7 V 7 H 6 Z m 11,0 h 1 V 7 H 17 Z M 6,8 H 7 V 9 H 6 Z m 11,0 h 1 V 9 H 17 Z M 6,10 h 1 v 1 H 6 Z m 0,2 h 1 v 1 H 6 Z m 0,2 h 1 v 1 H 6 Z m 0,2 h 1 v 1 H 6 Z"/>
</svg>
|