mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
change sheet metal workbench icon
This commit is contained in:
parent
40e35a7989
commit
2582e6a17c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import {WorkbenchConfig} from "cad/workbench/workbenchService";
|
||||||
//imports of feature history type commands
|
//imports of feature history type commands
|
||||||
import {smTabOperation} from "./features/smTab/smTab.operation";
|
import {smTabOperation} from "./features/smTab/smTab.operation";
|
||||||
import {smFlangeOperation} from "./features/smFlange/smFlange.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
|
//imports of action type commands
|
||||||
|
|
@ -29,5 +29,5 @@ export const sheetMetalWorkspace: WorkbenchConfig = {
|
||||||
"SM_TAB","SM_FLANGE"
|
"SM_TAB","SM_FLANGE"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
icon: SiKaufland
|
icon: GiFoldedPaper
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue