From 2582e6a17c98ba127ca43653c4bcccfa55937ce2 Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Sat, 2 Jul 2022 17:29:50 +0000 Subject: [PATCH] change sheet metal workbench icon --- modules/workbenches/sheetMetal/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/workbenches/sheetMetal/index.ts b/modules/workbenches/sheetMetal/index.ts index 5418fb65..84e33a67 100644 --- a/modules/workbenches/sheetMetal/index.ts +++ b/modules/workbenches/sheetMetal/index.ts @@ -3,7 +3,7 @@ import {WorkbenchConfig} from "cad/workbench/workbenchService"; //imports of feature history type commands import {smTabOperation} from "./features/smTab/smTab.operation"; import {smFlangeOperation} from "./features/smFlange/smFlange.operation"; -import {SiKaufland} from "react-icons/si"; +import {GiFoldedPaper} from "react-icons/gi"; //imports of action type commands @@ -29,5 +29,5 @@ export const sheetMetalWorkspace: WorkbenchConfig = { "SM_TAB","SM_FLANGE" ] }, - icon: SiKaufland + icon: GiFoldedPaper } \ No newline at end of file