diff --git a/packages/excalidraw/actions/actionLinearEditor.tsx b/packages/excalidraw/actions/actionLinearEditor.tsx index a3cc2015f..df0038d46 100644 --- a/packages/excalidraw/actions/actionLinearEditor.tsx +++ b/packages/excalidraw/actions/actionLinearEditor.tsx @@ -13,11 +13,7 @@ import type { import { DEFAULT_CATEGORIES } from "../components/CommandPalette/CommandPalette"; import { ToolButton } from "../components/ToolButton"; -import { - lineEditorIcon, - LoopUnlockedIcon, - LoopLockedIcon, -} from "../components/icons"; +import { lineEditorIcon, polygonIcon } from "../components/icons"; import { t } from "../i18n"; import { CaptureUpdateAction } from "../store"; @@ -185,7 +181,7 @@ export const actionToggleLoopLock = register({ return ( - - - - - - - - - - - , - tablerIconProps, -); - -export const LoopUnlockedIcon = createIcon( +export const polygonIcon = createIcon(