From a36510045d32f826e330a058553a86bb7a07488c Mon Sep 17 00:00:00 2001 From: Yousif Yassi Date: Fri, 7 Mar 2025 15:44:21 -0500 Subject: [PATCH] fixing icon --- web/libs/editor/src/tools/Zoom.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/libs/editor/src/tools/Zoom.jsx b/web/libs/editor/src/tools/Zoom.jsx index fd433d556a1d..2f937b5f8f67 100644 --- a/web/libs/editor/src/tools/Zoom.jsx +++ b/web/libs/editor/src/tools/Zoom.jsx @@ -6,7 +6,7 @@ import BaseTool from "./Base"; import ToolMixin from "../mixins/Tool"; import { Tool } from "../components/Toolbar/Tool"; import { FlyoutMenu } from "../components/Toolbar/FlyoutMenu"; -import { IconExpand, IconHandTool, IconZoomIn, IconZoomOut } from "@humansignal/icons"; +import { IconExpandTool, IconHandTool, IconZoomIn, IconZoomOut } from "@humansignal/icons"; const ToolView = observer(({ item }) => { return ( @@ -33,7 +33,7 @@ const ToolView = observer(({ item }) => { }} /> } + icon={} items={[ { label: "Zoom to fit",