feat(utils.ts): add custom icon for Edit functionality in nodeIconsLucide to improve user experience
This commit is contained in:
parent
57a12d2084
commit
cbcb8bf36d
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ import { ComponentType, SVGProps } from "react";
|
|||
import {
|
||||
Compass,
|
||||
Cpu,
|
||||
Edit,
|
||||
Fingerprint,
|
||||
Gift,
|
||||
Hammer,
|
||||
|
|
@ -373,6 +374,9 @@ export const nodeIconsLucide: {
|
|||
unknown: HelpCircle as React.ForwardRefExoticComponent<
|
||||
ComponentType<SVGProps<SVGSVGElement>>
|
||||
>,
|
||||
custom: Edit as React.ForwardRefExoticComponent<
|
||||
ComponentType<SVGProps<SVGSVGElement>>
|
||||
>,
|
||||
};
|
||||
|
||||
export const gradients = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue