mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: change empty arrowhead icon (#9100)
This commit is contained in:
parent
4f64372506
commit
b0c8c5f7a7
1 changed files with 6 additions and 5 deletions
|
@ -1216,11 +1216,12 @@ export const EdgeRoundIcon = createIcon(
|
||||||
);
|
);
|
||||||
|
|
||||||
export const ArrowheadNoneIcon = createIcon(
|
export const ArrowheadNoneIcon = createIcon(
|
||||||
<path d="M6 10H34" stroke="currentColor" strokeWidth={2} fill="none" />,
|
<g stroke="currentColor" opacity={0.3} strokeWidth={2}>
|
||||||
{
|
<path d="M12 12l9 0" />
|
||||||
width: 40,
|
<path d="M3 9l6 6" />
|
||||||
height: 20,
|
<path d="M3 15l6 -6" />
|
||||||
},
|
</g>,
|
||||||
|
tablerIconProps,
|
||||||
);
|
);
|
||||||
|
|
||||||
export const ArrowheadArrowIcon = React.memo(
|
export const ArrowheadArrowIcon = React.memo(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue