From a33518e2257db1614fc7b740af86d7872f177684 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Fri, 22 Aug 2025 12:38:04 +1000 Subject: [PATCH] tweak icons --- packages/excalidraw/components/icons.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) 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, );