Changed the icons in the toolbar

This commit is contained in:
Eric NGUYEN 2023-02-17 12:03:05 +01:00
parent 14d74edf93
commit 4bb9e44b84
7 changed files with 7 additions and 74 deletions

View file

@ -8,7 +8,7 @@ import { SymbolLayer } from './Elements/SymbolLayer';
import { type ISymbolModel } from '../../Interfaces/ISymbolModel';
import { DimensionLayer } from './Elements/DimensionLayer';
import { SelectorSymbol } from './Elements/SelectorSymbol/SelectorSymbol';
import { Toolbar } from './SVGReactPanZoom/ui-toolbar/Toolbar';
import { Toolbar } from './SVGReactPanZoom/ui-toolbar/toolbar';
interface ISVGProps {
className?: string