interface HeartIconProps { className?: string; } export function HeartIcon({ className }: HeartIconProps) { return ( ); }