import { SVGProps } from 'react'; export function LoaderIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( Loading ); }