import { SvgIcon, SvgIconProps } from "@mui/material"; export default function BoxMultiple(props: SvgIconProps) { return ( ); }