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