export interface Props { label: string; customIcon: React.FunctionComponent>; customSize: string; }