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