change icon for more style settings

This commit is contained in:
Ryan Di
2025-08-29 18:08:04 +10:00
parent fc8eb8f407
commit a5b2ba73b8
2 changed files with 18 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ import {
roundArrowIcon,
elbowArrowIcon,
TextSizeIcon,
resizeIcon,
adjustmentsIcon,
settingsPlusIcon,
} from "./icons";
@@ -427,7 +427,7 @@ export const CompactShapeActions = ({
e.stopPropagation();
}}
>
{resizeIcon}
{adjustmentsIcon}
</button>
</Popover.Trigger>
{strokePopoverOpen && (

View File

@@ -2292,6 +2292,22 @@ export const resizeIcon = createIcon(
tablerIconProps,
);
export const adjustmentsIcon = createIcon(
<g strokeWidth={1.5}>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M4 6l8 0" />
<path d="M16 6l4 0" />
<path d="M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M4 12l2 0" />
<path d="M10 12l10 0" />
<path d="M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />
<path d="M4 18l11 0" />
<path d="M19 18l1 0" />
</g>,
tablerIconProps,
);
export const settingsPlusIcon = createIcon(
<g strokeWidth={1.5}>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />