11 lines
447 B
XML
11 lines
447 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="48" viewBox="0 0 96 48">
|
|
<!-- 沙发 placeholder -->
|
|
<!-- 座垫 -->
|
|
<rect x="4" y="16" width="88" height="28" rx="8" fill="#8B4513"/>
|
|
<!-- 靠背 -->
|
|
<rect x="4" y="4" width="88" height="16" rx="6" fill="#A0522D"/>
|
|
<!-- 扶手 -->
|
|
<rect x="0" y="12" width="12" height="32" rx="4" fill="#8B4513"/>
|
|
<rect x="84" y="12" width="12" height="32" rx="4" fill="#8B4513"/>
|
|
</svg>
|