From b0c8c5f7a7ed72d8356851deb723894267cdb6be Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:52:03 +0100 Subject: [PATCH] feat: change empty arrowhead icon (#9100) --- packages/excalidraw/components/icons.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/excalidraw/components/icons.tsx b/packages/excalidraw/components/icons.tsx index ddea3d8ed6..073d7a9f7f 100644 --- a/packages/excalidraw/components/icons.tsx +++ b/packages/excalidraw/components/icons.tsx @@ -1216,11 +1216,12 @@ export const EdgeRoundIcon = createIcon( ); export const ArrowheadNoneIcon = createIcon( - , - { - width: 40, - height: 20, - }, + + + + + , + tablerIconProps, ); export const ArrowheadArrowIcon = React.memo(