import { FC } from 'react' import { SvgIcon, SvgIconProps } from '@mui/material' const CommentReplyIcon: FC = ({ sx, ...props }) => ( ) export default CommentReplyIcon