mycelium / static /favicon.svg
ajit3259's picture
feat: add backend, frontend, seed data, and HF Spaces wiring
17640d9
|
Raw
History Blame Contribute Delete
885 Bytes
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
<rect width="40" height="40" fill="#f3ead4"/>
<line x1="20" y1="20" x2="7" y2="9" stroke="#181410" stroke-width="2.4"/>
<line x1="20" y1="20" x2="33" y2="11" stroke="#181410" stroke-width="2.4"/>
<line x1="20" y1="20" x2="9" y2="32" stroke="#181410" stroke-width="2.4"/>
<line x1="20" y1="20" x2="32" y2="31" stroke="#181410" stroke-width="2.4"/>
<circle cx="7" cy="9" r="4" fill="#ffd23f" stroke="#181410" stroke-width="2.4"/>
<circle cx="33" cy="11" r="3.4" fill="#ff5c39" stroke="#181410" stroke-width="2.4"/>
<circle cx="9" cy="32" r="3.4" fill="#3a86ff" stroke="#181410" stroke-width="2.4"/>
<circle cx="32" cy="31" r="4" fill="#b9a7ff" stroke="#181410" stroke-width="2.4"/>
<circle cx="20" cy="20" r="6" fill="#181410" stroke="#181410" stroke-width="2.4"/>
</svg>