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