diff --git a/shared/studio/icons/index.tsx b/shared/studio/icons/index.tsx index fab314f4..8c76e122 100644 --- a/shared/studio/icons/index.tsx +++ b/shared/studio/icons/index.tsx @@ -245,6 +245,41 @@ export function TabDataExplorerIcon(props: ActiveItem) { ); } +export function TabTeamsIcon(props: ActiveItem) { + return ( + + + + + + + ); +} + export function TabGraphQlIcon(props: ActiveItem) { return (