12 lines
558 B
XML
12 lines
558 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 3 2 L 3 7 L 3 8 L 13 8 L 13 7 L 13 5 L 10 2 L 3 2 Z M 4 3 L 9 3 L 9 6 L 12 6 L 12 7 L 4 7 L 4 3 Z M 3 9 L 3 10 L 3 14 L 13 14 L 13 10 L 13 9 L 3 9 Z M 4 10 L 12 10 L 12 13 L 4 13 L 4 10 Z"/>
|
||
|
</svg>
|