type Props = { width?: string; height?: string; className?: string; color?: string; }; export const StateGroupUnstartedIcon: React.FC = ({ width = "20", height = "20", className, color = "#3a3a3a", }) => ( );