14 lines
564 B
XML
14 lines
564 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
|
|
<defs>
|
|
<style id="current-color-scheme" type="text/css">
|
|
.ColorScheme-Text { color:#dedede; } .ColorScheme-Highlight { color:#5294e2; }
|
|
</style>
|
|
</defs>
|
|
<g opacity=".8" class="ColorScheme-Text" fill="currentColor">
|
|
<rect width="6" height="6" x="2" y="2" rx="1" ry="1"/>
|
|
<rect width="6" height="6" x="9" y="2" rx="1" ry="1"/>
|
|
<rect width="6" height="6" x="9" y="9" rx="1" ry="1"/>
|
|
<rect width="6" height="6" x="2" y="9" rx="1" ry="1"/>
|
|
</g>
|
|
</svg>
|