export function StatCard({ icon, value, label }: any) { return (
{icon} {value}

{label}

) }