blob: e2f7fc45b3848be8b5b681e70f285f210e9f582d (
plain)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<svg width="16" height="16" viewBox="0 0 16 16" fill="#F6F5F4" xmlns="http://www.w3.org/2000/svg">
<rect width="16" height="16"/>
<rect width="10" height="5" rx="2.5" x="3" y="9" fill="#808080"/>
<rect width="10" height="5" rx="2.5" x="3" y="3" fill="#4B8501"/>
<circle r="1.5" cx="5.5" cy="11.5"/>
<circle r="1.5" cx="10.5" cy="5.5"/>
</svg>
|