import { type SVGProps } from 'react'; export function LoadingSpinnerIcon(props: SVGProps) { return ( ); }