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