7 lines
479 B
XML
7 lines
479 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24px" height="24px" viewBox="0 0 24 24">
|
|
<circle cx="12" cy="12" r="11" fill="#FFFFFF" stroke="rgba(0,0,0,0.15)"/>
|
|
<line x1="7" y1="7" x2="17" y2="17" stroke="#000000"/>
|
|
<line x1="17" y1="7" x2="7" y2="17" stroke="#000000"/>
|
|
</svg> |