type LoadingIconProps = { className?: string; }; const LoadingIcon = ({ className }: LoadingIconProps) => { return ( // // // // // // // // // // // ); }; export default LoadingIcon;