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