mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-24 01:15:25 +01:00
added icon for move body
This commit is contained in:
parent
edfd7287af
commit
48cd6295d2
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import {OperationDescriptor} from "cad/craft/operationBundle";
|
|||
import {SetLocation} from "cad/craft/e0/interact";
|
||||
import {MDatum} from "cad/model/mdatum";
|
||||
import { MShell } from 'cad/model/mshell';
|
||||
import icon from "./MOVE-BODY.svg";
|
||||
|
||||
interface MoveBodyParams {
|
||||
datum: MDatum;
|
||||
|
|
@ -13,7 +14,7 @@ interface MoveBodyParams {
|
|||
export const MoveBodyOperation: OperationDescriptor<MoveBodyParams> = {
|
||||
id: 'MOVE_BODY',
|
||||
label: 'Move Body',
|
||||
icon: 'img/cad/moveBody',
|
||||
icon,
|
||||
info: 'Move Body',
|
||||
path:__dirname,
|
||||
paramsInfo: () => '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue