use same selection icon

This commit is contained in:
Ryan Di
2025-08-04 19:11:12 +10:00
parent ba3dde361b
commit a22f311bab
2 changed files with 2 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ import {
laserPointerToolIcon,
MagicIcon,
LassoIcon,
LassoIconMobile,
SelectionIcon,
} from "./icons";
import type { AppClassProperties, AppProps, UIAppState, Zoom } from "../types";
@@ -309,7 +309,7 @@ export const ShapesSwitcher = ({
? ([
{
value: "lasso",
icon: LassoIconMobile,
icon: SelectionIcon,
key: KEYS.L,
numericKey: KEYS["1"],
fillable: true,

View File

@@ -314,28 +314,6 @@ 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">