blob: 07c0d72c280d9038df4ed3e51c55ec62c80e6e7f (
plain)
1
2
3
4
5
6
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<circle style="fill:#8e8e8e" cx="5" cy="8" r="5"/>
<rect style="fill:#8e8e8e" width="10" height="6" x="6" y="5" rx=".714" ry=".75"/>
<circle style="fill:#3949ab" cx="5" cy="8" r="3"/>
<rect style="opacity:0.3" width="4" height="2" x="10" y="7" rx=".533" ry=".541"/>
</svg>
|