🐛 fix(utils.ts): rename Search icon to FileSearch for better clarity and accuracy

The Search icon has been renamed to FileSearch to provide a more accurate representation of its purpose. This change improves clarity and ensures that the icon name aligns with its actual functionality.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-29 09:57:09 -03:00
commit 19828da830

View file

@ -40,7 +40,7 @@ import {
Paperclip,
Rocket,
Scissors,
Search,
FileSearch,
TerminalSquare,
Wand2,
Wrench,
@ -286,7 +286,7 @@ export const nodeIconsLucide: {
utilities: Wand2 as React.ForwardRefExoticComponent<
ComponentType<SVGProps<SVGSVGElement>>
>,
retrievers: Search as React.ForwardRefExoticComponent<
retrievers: FileSearch as React.ForwardRefExoticComponent<
ComponentType<SVGProps<SVGSVGElement>>
>,
unknown: HelpCircle as React.ForwardRefExoticComponent<