11 lines
427 B
XML
11 lines
427 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<!-- 椅子 placeholder -->
|
|
<!-- 座面 -->
|
|
<rect x="4" y="12" width="24" height="8" rx="2" fill="#A0522D"/>
|
|
<!-- 靠背 -->
|
|
<rect x="6" y="0" width="20" height="14" rx="2" fill="#8B4513"/>
|
|
<!-- 腿 -->
|
|
<rect x="6" y="20" width="3" height="12" fill="#8B4513"/>
|
|
<rect x="23" y="20" width="3" height="12" fill="#8B4513"/>
|
|
</svg>
|