9 lines
593 B
XML
9 lines
593 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="fill:currentColor" class="ColorScheme-Text" d="M 0 2 L 0 14 L 2 14 L 2 2 L 0 2 z M 14 2 L 14 14 L 16 14 L 16 2 L 14 2 z M 6 5 L 3 8 L 6 11 L 6 9 L 10 9 L 10 11 L 13 8 L 10 5 L 10 7 L 6 7 L 6 5 z"/>
|
|
</svg>
|