import { cn } from "../functions" export const SpinnerLoadingIcon = ({ className }: { className?: string }) => { return ( ) }