6 lines
473 B
XML
6 lines
473 B
XML
|
<svg width="80" height="80" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="5" y="5" width="90" height="90" rx="10" fill="#E8F5E9" stroke="#81C784"
|
||
|
stroke-width="2" />
|
||
|
<text x="50" y="60" font-family="Arial, sans-serif" font-size="24" font-weight="bold"
|
||
|
fill="#2E7D32" text-anchor="middle">空闲</text>
|
||
|
</svg>
|