UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

11 lines (10 loc) 476 B
import { createLucideIcon } from "lucide-react"; //#region src/icons/lucideExtra/BotPromptIcon.tsx const BotPromptIcon = createLucideIcon("BotPrompt", [["path", { d: "M12 8V4H8M18 8H6C4.895 8 4 8.895 4 10V18C4 19.105 4.895 20 6 20H18C19.105 20 20 19.105 20 18V10C20 8.895 19.105 8 18 8ZM2 14H4M20 14H22M8 12H14M8 16H16", key: "1" }]]); BotPromptIcon.displayName = "BotPromptIcon"; //#endregion export { BotPromptIcon as default }; //# sourceMappingURL=BotPromptIcon.mjs.map