import { Button } from "@patternfly/react-core";
import { StarIcon, SomeIcon } from "@patternfly/react-icons";
export const ButtonSupportFavoriteVariantInput = () => (
<>
{/* Simple case - can be auto-fixed */}
{/* StarIcon in icon prop - can be auto-fixed */}
} />
{/* StarIcon with existing props - can be auto-fixed */}
{/* StarIcon with text - warning only */}
{/* StarIcon with other icon - warning only */}
{/* StarIcon in fragment - warning only */}
{/* Already using new props - should be ignored */}
>
);