import type { SvgIconProps } from '@mui/material'; import BaseIcon from './BaseIcon'; const icon = ( ); export const ContainerIcon = (props: SvgIconProps): JSX.Element => ( );