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