type Props = { icon?: React.ReactNode; children: React.ReactNode; }; export default function PlayerDataPoint({ icon, children }: Props) { return (