Files
rsvp/static/favicon.svg

7 lines
327 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect x="10" y="25" width="80" height="50" rx="5" fill="#FEDE02"/>
<circle cx="10" cy="50" r="8" fill="#fff"/>
<circle cx="90" cy="50" r="8" fill="#fff"/>
<line x1="30" y1="25" x2="30" y2="75" stroke="#fff" stroke-width="2" stroke-dasharray="4,4"/>
</svg>