A spinner indicate that something is being processed and the user has to wait for further interaction

### Example

```jsx live=true
<React.Fragment>
  <Spinner size={30} color="red" />
  <Spinner />
  <Spinner size={50} color="green" />
  <Spinner size={60} color="blue" />
</React.Fragment>
```
