11 lines
643 B
XML
11 lines
643 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="16" height="16" enable-background="new" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<filter id="a" x="0" y="0" width="1" height="1" color-interpolation-filters="sRGB">
|
|
<feBlend in2="BackgroundImage" mode="darken"/>
|
|
</filter>
|
|
</defs>
|
|
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6z" fill="#555" stroke-width="2"/>
|
|
<path d="m8 5a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3zm0 2a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1z" fill="#555" stroke-width="2"/>
|
|
</svg>
|