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