blob: d7cc4a073cb5cbaf43fb962a421c6b97cb38bbe7 (
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 6,1 5,2 V 3 H 1 V 12.5 C 1,14 2.5,14 2.5,14 H 13.5 C 13.5,14 15,14 15,12.5 V 3 H 11 V 2 L 10,1 Z M 6,2 H 10 V 3 H 6 Z"/>
</svg>
|