15 lines
778 B
XML
15 lines
778 B
XML
|
<!DOCTYPE svg>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24" width="24" height="24">
|
||
|
<defs>
|
||
|
<style type="text/css" id="current-color-scheme">
|
||
|
.ColorScheme-Text {
|
||
|
color:#eff0f1;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<g transform="translate(1,1)">
|
||
|
<path style="fill:currentColor; fill-opacity:0.5; stroke:none" d="M 4 3 L 4 10 L 11 10 L 11 3 L 4 3 Z M 12 3 L 12 10 L 19 10 L 19 3 L 12 3 Z M 4 11 L 4 18 L 11 18 L 11 11 L 4 11 Z M 12 11 L 12 18 L 19 18 L 19 11 L 12 11 Z" class="ColorScheme-Text"/>
|
||
|
<path style="fill:currentColor; fill-opacity:1; stroke:none" d="M 11 2 L 11 10 L 3 10 L 3 11 L 11 11 L 11 19 L 12 19 L 12 11 L 20 11 L 20 10 L 12 10 L 12 2 L 11 2 Z" class="ColorScheme-Text"/>
|
||
|
</g>
|
||
|
</svg>
|