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