blob: e482989c469ce8a5021981484f59f9ebe600ae45 (
plain)
1
2
3
4
5
6
7
8
9
|
<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;opacity:.35" class="ColorScheme-Text" d="M 15 1 L 11 5 L 15 5 L 15 1 z M 11 5 L 1 15 L 11 15 L 11 5 z"/>
<path style="fill:currentColor" class="ColorScheme-NegativeText error" d="M 12,6 V 10 L 12.25,12 H 13.75 L 14,10 V 6 Z M 12,13 V 15 H 14 V 13 Z"/>
</svg>
|