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