lollms-webui/web/dist/assets/animated_info-7edcb0f9.svg
Saifeddine ALOUI d36e7071ba enhanced ui
2024-02-26 23:46:08 +01:00

10 lines
587 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
<circle cx="25" cy="25" r="20" fill="none" stroke="black" stroke-width="3"></circle>
<line x1="25" y1="30" x2="25" y2="15" style="stroke:black;stroke-width:3">
<animate attributeName="y1" values="30;25;30" dur="1s" repeatCount="indefinite"></animate>
<animate attributeName="y2" values="15;20;15" dur="1s" repeatCount="indefinite"></animate>
</line>
<circle cx="25" cy="35" r="3" fill="black">
<animate attributeName="cy" values="35;30;35" dur="1s" repeatCount="indefinite"></animate>
</circle>
</svg>