Added sweep icon

This commit is contained in:
Mike Molinari 2022-02-27 22:09:10 +00:00 committed by Val Erastov
parent ee4c0b8f12
commit 82718d0a0c
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ interface SweepParams {
export const SweepOperation: OperationDescriptor<SweepParams> = {
id: 'SWEEP',
label: 'Sweep',
icon: 'img/cad/loft',
icon: 'img/cad/sweep',
info: 'Sweeps 2D profile loop',
paramsInfo: ({ }) => `(${r()})`,
run: (params: SweepParams, ctx: ApplicationContext) => {

BIN
web/img/cad/sweep96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB