6 lines
294 B
XML
6 lines
294 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<path d="M50 15 L85 45 L85 85 L15 85 L15 45 Z" fill="#667eea" stroke="#4c51bf" stroke-width="2"/>
|
|
<rect x="35" y="55" width="15" height="30" fill="#4c51bf"/>
|
|
<rect x="60" y="55" width="15" height="20" fill="#fbbf24"/>
|
|
</svg>
|