From 2d2f9c62c40e3383af89f566c8300a4107e6c1b0 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Tue, 26 May 2026 15:56:17 -0700 Subject: [PATCH] fix(connectors): repair broken Zoom icon rendering --- apps/sim/components/icons.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/apps/sim/components/icons.tsx b/apps/sim/components/icons.tsx index 79835cf272..0e10935d99 100644 --- a/apps/sim/components/icons.tsx +++ b/apps/sim/components/icons.tsx @@ -4649,16 +4649,9 @@ export function ZendeskIcon(props: SVGProps) { export function ZoomIcon(props: SVGProps) { return ( - - + ) }