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