diff --git a/src/common/components/icons/TogetherIcon.tsx b/src/common/components/icons/TogetherIcon.tsx index db2ad3097..98bf259db 100644 --- a/src/common/components/icons/TogetherIcon.tsx +++ b/src/common/components/icons/TogetherIcon.tsx @@ -5,29 +5,19 @@ import { SxProps } from '@mui/joy/styles/types'; export function TogetherIcon(props: { sx?: SxProps }) { return - - - - - - - - + + + + + + + + - - + + - - + + ; } \ No newline at end of file