/// import { IconProps } from "../../../types"; export default function TaskIcon({ className, dataTestid, ...rest }: IconProps): JSX.Element;