diff --git a/packages/excalidraw/components/icons.tsx b/packages/excalidraw/components/icons.tsx index 413346416..05e9b1b23 100644 --- a/packages/excalidraw/components/icons.tsx +++ b/packages/excalidraw/components/icons.tsx @@ -2304,24 +2304,21 @@ export const settingsPlusIcon = createIcon( ); export const backgroundIcon = createIcon( - + - - - - - + + + + + , tablerIconProps, ); export const strokeIcon = createIcon( - + - - - - + , tablerIconProps, );