UNPKG

@lobehub/ui

Version:

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

7 lines 398 B
import { createLucideIcon } from 'lucide-react'; import { KeyMapEnum } from "../type"; var Icon = createLucideIcon(KeyMapEnum.LeftDoubleClick, [['path', { d: 'M19 10v4a7 7 0 11-14 0v-3m0 0v-1a7 7 0 017-7v8H5zM2 9.333C2 6.36 3.491 3.71 5.814 2M20.5 2h1.25c.69 0 1.25.56 1.25 1.25v0c0 .69-.56 1.25-1.25 1.25v0c-.69 0-1.25.56-1.25 1.25V7H23M15 4l3 3M18 4l-3 3', key: '1' }]]); export default Icon;