blob: 835f8d4e142436235e129aca6f4583419e362f55 (
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 3 3 L 3 4 L 8 9 L 13 4 L 13 3 L 3 3 z M 3 11 L 3 13 L 13 13 L 13 11 L 3 11 z"/>
</svg>
|