13 lines
661 B
XML
13 lines
661 B
XML
|
<!DOCTYPE svg>
|
||
|
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
|
||
|
<defs>
|
||
|
<style type="text/css" id="current-color-scheme">
|
||
|
.ColorScheme-Text {
|
||
|
color:#eff0f1;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<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 3 18 L 3 19 L 20 19 L 20 18 L 3 18 Z" class="ColorScheme-Text"/>
|
||
|
</svg>
|