14 lines
690 B
XML
14 lines
690 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:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
|
|
</style>
|
|
</defs>
|
|
<g>
|
|
<rect style="fill:currentColor" class="ColorScheme-Text" width="6" height="6" x="2" y="2" rx="1" ry="1"/>
|
|
<rect style="fill:currentColor" class="ColorScheme-Text" width="6" height="6" x="9" y="2" rx="1" ry="1"/>
|
|
<rect style="fill:currentColor" class="ColorScheme-Text" width="6" height="6" x="9" y="9" rx="1" ry="1"/>
|
|
<rect style="fill:currentColor" class="ColorScheme-Text" width="6" height="6" x="2" y="9" rx="1" ry="1"/>
|
|
</g>
|
|
</svg>
|