mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 13:20:17 +00:00
Add additional icons for agents, pencil line and chalkboard
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user