function Button({ icon, name, onClick, }: { icon?: string; name: string; onClick: () => void; }) { return (