1
2
3
4
5
6
7
8
9
|
<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 7,4 v 2 h 8 V 4 Z M 5,7 C 4.5,7 4,7.5 4,8 v 4 c 0,0.5 0.5,1 1,1 h 1 v -2 h 7 V 9 h 4 v 4 c 0.5,0 1,-0.5 1,-1 V 8 C 18,7.5 17.5,7 17,7 Z m 2,5 v 5 h 6 v -5 z"/>
<path style="fill:currentColor" class="ColorScheme-NegativeText error" d="m 14,10 v 4.01 L 14.25,16 h 1.5 L 16,14 v -4 z m 0,7 v 2 h 2 v -2 z"/>
</svg>
|