blob: c33127f8bdd39c84402aedc11fad95aa6250232c (
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 2,1 C 1.45,1 1,1.45 1,2 V 13 L 3,15 H 14 C 14.55,15 15,14.55 15,14 V 2 C 15,1.45 14.55,1 14,1 Z M 3,3 H 13 V 13 H 12 V 8 H 4 V 13 H 3 Z M 8,9 H 10 V 13 H 8 Z"/>
</svg>
|