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