blob: 5c852db50b55330747abe09e19fa3aeb725f87bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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 4,13 v 3 c 0,0 0,1 1,1 h 5 v 2 h 2 v -2 h 5 c 1,0 1,-1 1,-1 v -3 z m 2,1 h 1 v 1 H 6 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,8 C 4.5,8 4,8.5 4,9 v 3 H 18 V 9 C 18,8.5 17.5,8 17,8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 7,4 v 3 h 8 V 4 Z"/>
</svg>
|