From 263ca75fd57c430e901c24a5a4556f7ea012bee7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 25 Jun 2023 19:39:30 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(utils.ts):=20add=20new=20icons?= =?UTF-8?q?=20to=20nodeIconsLucide=20The=20import=20of=20Boxes=20and=20Lay?= =?UTF-8?q?outDashboard=20were=20removed=20as=20they=20were=20not=20being?= =?UTF-8?q?=20used=20in=20the=20file.=20New=20icons=20were=20added=20to=20?= =?UTF-8?q?nodeIconsLucide=20to=20improve=20the=20variety=20of=20icons=20a?= =?UTF-8?q?vailable=20for=20use.=20The=20new=20icons=20added=20are=20Mongo?= =?UTF-8?q?DBAtlasVectorSearch,=20Pinecone,=20and=20SupabaseVectorStore.?= =?UTF-8?q?=20=F0=9F=94=A5=20chore(utils.ts):=20remove=20unused=20import?= =?UTF-8?q?=20of=20Boxes=20and=20LayoutDashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/utils.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index 9e23d5342..a01acc137 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -45,7 +45,6 @@ import { twMerge } from "tailwind-merge"; import { ADJECTIVES, DESCRIPTIONS, NOUNS } from "./constants"; import { ComponentType, SVGProps } from "react"; import { - Boxes, Cpu, Fingerprint, Gift, @@ -53,7 +52,6 @@ import { HelpCircle, Laptop2, Layers, - LayoutDashboard, Lightbulb, Link, MessageCircle, @@ -189,7 +187,7 @@ export const nodeIcons: { HuggingFaceEmbeddings: HugginFaceIcon, IFixitLoader: IFixIcon, Meta: MetaIcon, - Midjorney: MidjorneyIcon, + Midjourney: MidjorneyIcon, NotionDirectoryLoader: NotionIcon, ChatOpenAI: OpenAiIcon, OpenAI: OpenAiIcon, @@ -290,6 +288,9 @@ export const nodeIconsLucide: { Midjorney: MidjorneyIcon as React.ForwardRefExoticComponent< ComponentType> >, + MongoDBAtlasVectorSearch: MongoDBIcon as React.ForwardRefExoticComponent< + ComponentType> + >, NotionDirectoryLoader: NotionIcon as React.ForwardRefExoticComponent< ComponentType> >, @@ -302,6 +303,9 @@ export const nodeIconsLucide: { OpenAIEmbeddings: OpenAiIcon as React.ForwardRefExoticComponent< ComponentType> >, + Pinecone: PineconeIcon as React.ForwardRefExoticComponent< + ComponentType> + >, Qdrant: QDrantIcon as React.ForwardRefExoticComponent< ComponentType> >, @@ -311,6 +315,9 @@ export const nodeIconsLucide: { SlackDirectoryLoader: SlackIcon as React.ForwardRefExoticComponent< ComponentType> >, + SupabaseVectorStore: SupabaseIcon as React.ForwardRefExoticComponent< + ComponentType> + >, agents: Rocket as React.ForwardRefExoticComponent< ComponentType> >,