import {Props} from '@/types' export function SpinnerIcon(props: Props) { return ( ) }