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