From 9eaf4385c577edc3bd344061e4955a67d608d913 Mon Sep 17 00:00:00 2001 From: Ryan Di Date: Mon, 21 Jul 2025 18:05:31 +1000 Subject: [PATCH] add mobile lasso icon --- packages/excalidraw/components/icons.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/excalidraw/components/icons.tsx b/packages/excalidraw/components/icons.tsx index 29bdc6d3c7..6cdedb215a 100644 --- a/packages/excalidraw/components/icons.tsx +++ b/packages/excalidraw/components/icons.tsx @@ -314,6 +314,28 @@ export const LassoIcon = createIcon( { fill: "none", width: 22, height: 22, strokeWidth: 1.25 }, ); +export const LassoIconMobile = createIcon( + + + , + { + width: 24, + height: 24, + strokeWidth: 1.5, + }, +); + // tabler-icons: square export const RectangleIcon = createIcon(