import { IconProps } from '@mui/material/Icon'; export interface IconWrapperProps extends IconProps { iconName: string; }