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 ( - - + ) }