mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 12:27:52 +00:00
6 lines
300 B
XML
6 lines
300 B
XML
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="50" cy="50" r="40" stroke="red" stroke-width="4" fill="red" />
|
||
|
<line x1="35" y1="35" x2="65" y2="65" stroke="white" stroke-width="4" />
|
||
|
<line x1="65" y1="35" x2="35" y2="65" stroke="white" stroke-width="4" />
|
||
|
</svg>
|