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