Spaces:
Runtime error
Runtime error
File size: 277 Bytes
304976c |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
width="50"
viewBox="0 0 24 24"
class="animate-spin max-w-[1rem] inline-block"
>
<path
fill="currentColor"
d="M20 12a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12h-4Zm-2-5.3a8 8 0 0 1 2 5.3h4c0-3-1.1-5.8-3-8l-3 2.7Z"
/>
</svg>
|