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