11 lines
515 B
XML
11 lines
515 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22">
|
||
|
<defs>
|
||
|
<style id="current-color-scheme" type="text/css">
|
||
|
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
|
||
|
</style>
|
||
|
</defs>
|
||
|
<g transform="translate(3,3)">
|
||
|
<path style="fill:currentColor" class="ColorScheme-Text" d="M 16,0 H 0 V 16 H 16 Z M 14,2 V 14 H 8 V 2 Z"/>
|
||
|
</g>
|
||
|
</svg>
|