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