Networks: {
    icon: ReactElement;
    id: number;
    label: string;
    onClick: (() => void);
}[]