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