blob: def05f5ee6aba4e174caa9d5de97a5fa25226e4f (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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 3,1 C 3,1 2.01,1 2,2 V 6 H 0 V 8 H 16 V 6 H 14 V 2 C 14.01,1 13,1 13,1 Z m 1,2 h 8 V 6 H 4 Z M 2,9 v 5 c 0,0 0,1 1,1 h 10 c 1,0 1,-1 1,-1 V 9 h -2 v 4 H 4 V 9 Z"/>
</svg>
|