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