mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-29 00:28:52 +00:00
9 lines
358 B
XML
9 lines
358 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
|
|
<circle cx="25" cy="25" r="22" fill="red">
|
|
<animate attributeName="r" values="15;22;15" dur="1s" repeatCount="indefinite" />
|
|
</circle>
|
|
</svg>
|