blob: ae6be703cf7f1a90303e96807796065ced7fd7b5 (
plain)
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:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="opacity:.35;fill:currentColor" class="ColorScheme-Text" d="M 5,7 H 19 V 23 H 5 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,1 V 23 H 7 V 9 H 17 V 23 H 19 V 1 Z"/>
</svg>
|