()
| 1 | export function Loader() { |
| 2 | return ( |
| 3 | <svg |
| 4 | xmlns="http://www.w3.org/2000/svg" |
| 5 | width="1em" |
| 6 | height="1em" |
| 7 | viewBox="0 0 24 24" |
| 8 | class="animate-spin" |
| 9 | > |
| 10 | <path |
| 11 | fill="currentColor" |
| 12 | d="M12 22c5.421 0 10-4.579 10-10h-2c0 4.337-3.663 8-8 8s-8-3.663-8-8s3.663-8 8-8V2C6.579 2 2 6.58 2 12c0 5.421 4.579 10 10 10" |
| 13 | ></path> |
| 14 | </svg> |
| 15 | ); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected