/// import { IconProps } from './Icon'; export default function CheckIcon({ fill, ...iconProps }: IconProps): JSX.Element;