15 lines
607 B
XML
15 lines
607 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="64" viewBox="0 0 80 64">
|
|
<!-- 书桌 placeholder -->
|
|
<!-- 桌面 -->
|
|
<rect x="0" y="24" width="80" height="8" rx="2" fill="#8B4513"/>
|
|
<!-- 抽屉 -->
|
|
<rect x="8" y="32" width="24" height="20" rx="2" fill="#A0522D"/>
|
|
<rect x="48" y="32" width="24" height="20" rx="2" fill="#A0522D"/>
|
|
<!-- 把手 -->
|
|
<circle cx="20" cy="42" r="2" fill="#666"/>
|
|
<circle cx="60" cy="42" r="2" fill="#666"/>
|
|
<!-- 腿 -->
|
|
<rect x="8" y="52" width="4" height="12" fill="#8B4513"/>
|
|
<rect x="68" y="52" width="4" height="12" fill="#8B4513"/>
|
|
</svg>
|