"use client"; import type { IconCardViewProps } from "./IconCard.types"; export function IconCardView({ icon, title, description, className, onClick, onKeyDown, }: IconCardViewProps) { return (
{description}