import { SVGProps } from 'react' export const Spinner = (props: SVGProps) => { return ( ) }