Add additional icons for agents, pencil line and chalkboard

This commit is contained in:
sabaimran
2024-08-05 17:23:29 +05:30
parent bafda233e2
commit 1eab6c8590
3 changed files with 47 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import {
BowlFood,
Lectern,
Wallet,
PencilLine,
Chalkboard,
} from "@phosphor-icons/react";
import { Markdown, OrgMode, Pdf, Word } from "@/app/components/logo/fileLogo";
@@ -95,6 +97,12 @@ const iconMap: IconMap = {
Wallet: (color: string, width: string, height: string) => (
<Wallet className={`${width} ${height} ${color} mr-2`} />
),
PencilLine: (color: string, width: string, height: string) => (
<PencilLine className={`${width} ${height} ${color} mr-2`} />
),
Chalkboard: (color: string, width: string, height: string) => (
<Chalkboard className={`${width} ${height} ${color} mr-2`} />
),
};
function getIconFromIconName(