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