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