16 lines
777 B
XML
16 lines
777 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-Text {
|
||
|
color:#eff0f1;
|
||
|
}
|
||
|
.ColorScheme-Highlight {
|
||
|
color:#3daee9;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 7 2 L 7 3 L 9 3 L 9 6 L 12 6 L 12 13 L 4 13 L 4 6 L 3 6 L 3 14 L 13 14 L 13 5 L 10 2 L 7 2 Z M 5 5 L 5 6 L 8 6 L 8 5 L 5 5 Z M 5 8 L 5 9 L 11 9 L 11 8 L 5 8 Z M 5 11 L 5 12 L 11 12 L 11 11 L 5 11 Z"/>
|
||
|
<path class="ColorScheme-Highlight" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 2 2 L 4 5 L 6 2 L 2 2 Z"/>
|
||
|
</svg>
|