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