From 8fae15d34370001091c54f0cbd66acc45023fda4 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Mon, 15 Jan 2024 16:42:13 -0800 Subject: [PATCH] Together AI: improve icon --- src/common/components/icons/TogetherIcon.tsx | 34 +++++++------------- 1 file changed, 12 insertions(+), 22 deletions(-) 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