dev-sidecar/packages/gui/public/loading-spin.svg

6 lines
429 B
XML
Raw Normal View History

2020-11-06 10:59:54 +00:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="#777">
2024-04-11 08:27:02 +00:00
<path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/>
<path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z">
<animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="1s" repeatCount="indefinite" />
</path>
2020-11-06 10:59:54 +00:00
</svg>