From 19828da83041b28eb7837f350d81805b7943156e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 29 Jun 2023 09:57:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(utils.ts):=20rename=20Search?= =?UTF-8?q?=20icon=20to=20FileSearch=20for=20better=20clarity=20and=20accu?= =?UTF-8?q?racy=20The=20Search=20icon=20has=20been=20renamed=20to=20FileSe?= =?UTF-8?q?arch=20to=20provide=20a=20more=20accurate=20representation=20of?= =?UTF-8?q?=20its=20purpose.=20This=20change=20improves=20clarity=20and=20?= =?UTF-8?q?ensures=20that=20the=20icon=20name=20aligns=20with=20its=20actu?= =?UTF-8?q?al=20functionality.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index d89fe8a00..d8198ec3d 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -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> >, - retrievers: Search as React.ForwardRefExoticComponent< + retrievers: FileSearch as React.ForwardRefExoticComponent< ComponentType> >, unknown: HelpCircle as React.ForwardRefExoticComponent<