change sheet metal workbench icon

This commit is contained in:
Mike Molinari 2022-07-02 17:29:50 +00:00 committed by Val Erastov
parent 40e35a7989
commit 2582e6a17c

View file

@ -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
}