10 lines
614 B
XML
10 lines
614 B
XML
<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="opacity:.35;fill:currentColor" class="ColorScheme-Text" d="M 0,0 V 7 H 7 V 0 Z"/>
|
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 0,0 9,9 H 16 L 7,0 Z M 5,9 V 11 L 0,11.01 V 13.01 L 5,13 V 15 L 9,12 Z"/>
|
|
</svg>
|