diff --git a/src/common/components/icons/ChatMulticastOffIcon.tsx b/src/common/components/icons/ChatMulticastOffIcon.tsx index 077b9eab7..b087906a7 100644 --- a/src/common/components/icons/ChatMulticastOffIcon.tsx +++ b/src/common/components/icons/ChatMulticastOffIcon.tsx @@ -8,7 +8,7 @@ import { SvgIcon, SvgIconProps } from '@mui/joy'; export function ChatMulticastOffIcon(props: SvgIconProps) { return ( - + ); } \ No newline at end of file