Browse Source

add mobile lasso icon

Ryan Di 1 month ago
parent
commit
9eaf4385c5
1 changed files with 22 additions and 0 deletions
  1. 22 0
      packages/excalidraw/components/icons.tsx

+ 22 - 0
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(
+  <g>
+    <path
+      d="M2.5 12
+       C2.5 6.5, 8 4.5, 15 7.5
+       C21 9, 22 12, 20 14.5
+       C18 17, 11.5 17.5, 7 16
+       C4 15.2, 2.5 13.5, 2.5 12Z"
+      fill="none"
+      stroke="black"
+      strokeDasharray="2 2"
+      strokeLinecap="round"
+      strokeLinejoin="round"
+    />
+  </g>,
+  {
+    width: 24,
+    height: 24,
+    strokeWidth: 1.5,
+  },
+);
+
 // tabler-icons: square
 export const RectangleIcon = createIcon(
   <g strokeWidth="1.5">