type Props = { icon: React.ReactNode; label: string; onClick: () => void; }; function ExampleCasePill({ icon, label, onClick }: Props) { return (