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