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