UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

10 lines (9 loc) 287 B
import ListItemIcon from "@mui/material/ListItemIcon"; import { styled } from "@mui/material/styles"; /** * List item right icon component */ export const ListItemRightIcon = styled(ListItemIcon)(({ theme }) => ({ minWidth: "20px!important", paddingLeft: theme.spacing(2) }));