mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
7 lines
363 B
XML
7 lines
363 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
|
|
<circle cx="25" cy="25" r="24" fill="white" stroke="black" stroke-width="2"/>
|
|
<circle id="heartbeat" cx="25" cy="25" r="20" fill="red">
|
|
<animate attributeName="r" dur="1s" repeatCount="indefinite" keyTimes="0;0.25;0.5;0.75;1" values="20;24;20;22;20"/>
|
|
</circle>
|
|
</svg>
|