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