add postgres icon

This commit is contained in:
cristhianzl 2024-02-28 23:08:43 -03:00
commit 68434820b0
5 changed files with 70 additions and 69 deletions

File diff suppressed because one or more lines are too long

View file

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
import React, { forwardRef } from "react";
import SvgPostgres from "./Redis";
import SvgPostgres from "./Postgres";
export const PostgresIcon = forwardRef<
SVGSVGElement,

View file

@ -124,7 +124,7 @@ import {
XCircle,
Zap,
} from "lucide-react";
import { FaApple, FaGithub } from "react-icons/fa";
import { FaApple, FaGithub, FaRobot } from "react-icons/fa";
import { AWSIcon } from "../icons/AWS";
import { AirbyteIcon } from "../icons/Airbyte";
import { AnthropicIcon } from "../icons/Anthropic";
@ -268,6 +268,7 @@ export const nodeIconsLucide: iconsType = {
Redis: RedisIcon,
RedisSearch: RedisIcon,
PostgresChatMessageHistory: PostgresIcon,
BaiduQianfan: FaRobot,
Play,
Vectara: VectaraIcon,
ArrowUpToLine: ArrowUpToLine,