blob: 8fbb71294719effa5530e152c15cf924b8e79303 (
plain)
1
2
3
4
5
6
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect fill="#4f4f4f" width="16" height="16" x="0" y="0" rx="8" ry="8"/>
<circle style="opacity:0.4" cx="8" cy="8" r="5"/>
<circle fill="#1789ba" cx="8" cy="8" r="4"/>
<circle fill="#74b8d6" cx="8" cy="8" r="2"/>
</svg>
|