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(