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