12 lines
600 B
XML
12 lines
600 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;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<path class="ColorScheme-Text" style="fill:currentColor; fill-opacity:1; stroke:none" d="M 3 14 L 3 7 L 4 7 L 4 13 L 12 13 L 12 7 L 13 7 L 13 14 L 3 14 Z M 5 7 L 5 5 L 7 5 L 7 7 L 5 7 Z M 9 7 L 9 5 L 11 5 L 11 7 L 9 7 Z M 3 4 L 3 2 L 5 2 L 5 4 L 3 4 Z M 7 4 L 7 2 L 9 2 L 9 4 L 7 4 Z M 11 4 L 11 2 L 13 2 L 13 4 L 11 4 Z"/>
|
||
|
</svg>
|