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