import { IconComponentProps } from '@/src/lib/types'; /** * This function renders an SVG icon of a favorite (filled). */ declare const FavoriteFilled: ({ color, height, strokeWidth, width, className, style, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element; export default FavoriteFilled;