import React from 'react'; import Icon from './Icon'; export default function Spinner(props) { return (
) } const centeredStyle = { display: 'flex', justifyContent: 'center', alignItems: 'center' }