function ListItemIcon(theme: any): any { return { MuiListItemIcon: { styleOverrides: { root: { minWidth: 24, color: theme.palette.text.primary } } } }; } export { ListItemIcon };