7 lines
318 B
XML
7 lines
318 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120">
|
|
<rect width="120" height="120" rx="16" fill="#fff7ed"/>
|
|
<g transform="translate(20,20)">
|
|
<circle cx="40" cy="24" r="18" fill="#ffd8a8" />
|
|
<rect x="6" y="52" width="68" height="18" rx="6" fill="#ffb86b" />
|
|
</g>
|
|
</svg> |