@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
7 lines • 362 B
JavaScript
import { createLucideIcon } from 'lucide-react';
var 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';
export default BotPromptIcon;