15 lines
805 B
XML
15 lines
805 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 3 2 L 3 3 L 3 18 L 3 19 L 4 19 L 19 19 L 20 19 L 20 18 L 20 3 L 20 2 L 19 2 L 4 2 L 3 2 Z M 4 3 L 19 3 L 19 18 L 4 18 L 4 3 Z" class="ColorScheme-Text"/>
|
|
</g>
|
|
</svg>
|