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