This is used in multiple places already. In the next diff I introduce a third usage, so I figured it makes sense to factor out.
I put this in a separate file from the component (ListLoadingIndicator) because exporting a constant alongside a React component can break hot reloading (some context here and here).
Depends on D14141