11 lines
381 B
XML
11 lines
381 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:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
|
||
|
</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>
|