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