type DotIconProps = { bg_dot: string; }; export default function DotIcon({ bg_dot }: DotIconProps) { return ( ); }