import { FC, SVGProps } from 'react'; import { cn } from '@/utils/styling'; export const Dot: FC> = ({ className, ...restProps }) => ( );