15 lines
527 B
XML
15 lines
527 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg width="6px" height="6px" viewBox="0 0 6 6" version="1.1"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<title>Background</title>
|
||
|
<desc>It's the background.</desc>
|
||
|
<defs></defs>
|
||
|
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
|
<g fill="#000000">
|
||
|
<polygon points="5 0 6 0 0 6 0 5"></polygon>
|
||
|
<polygon points="6 5 6 6 5 6"></polygon>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|