mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
4 lines
233 B
XML
4 lines
233 B
XML
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="green" />
|
||
|
<path stroke="white" stroke-width="4" d="M40 50 l10 10 20 -20" fill="none" />
|
||
|
</svg>
|