13 lines
642 B
XML
13 lines
642 B
XML
|
<!DOCTYPE svg>
|
||
|
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||
|
<defs>
|
||
|
<style type="text/css" id="current-color-scheme">
|
||
|
.ColorScheme-Text {
|
||
|
color:#eff0f1;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<path d="M 14 14 L 14 1 L 15 1 L 15 14 L 14 14 Z" class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none"/>
|
||
|
<path d="M 3 2 L 8 2 L 8 7 L 3 7 L 3 2 Z M 3 8 L 8 8 L 8 13 L 3 13 L 3 8 Z M 9 2 L 14 2 L 14 7 L 9 7 L 9 2 Z M 9 8 L 14 8 L 14 13 L 9 13 L 9 8 Z" class="ColorScheme-Text" style="fill:currentColor; fill-opacity:0.5; stroke:none"/>
|
||
|
</svg>
|