12 lines
460 B
XML
12 lines
460 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="64" viewBox="0 0 96 64">
|
|
<!-- 床 placeholder -->
|
|
<!-- 床垫 -->
|
|
<rect x="4" y="16" width="88" height="44" rx="4" fill="#F5DEB3"/>
|
|
<!-- 枕头 -->
|
|
<rect x="8" y="20" width="20" height="12" rx="3" fill="white"/>
|
|
<!-- 被子 -->
|
|
<rect x="32" y="24" width="56" height="32" rx="2" fill="#4169E1"/>
|
|
<!-- 床架 -->
|
|
<rect x="0" y="56" width="96" height="8" rx="2" fill="#8B4513"/>
|
|
</svg>
|