lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.79 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/bed-single.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8', key: '1wm6mi' }],\n ['path', { d: 'M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4', key: '4k93s5' }],\n ['path', { d: 'M3 18h18', key: '1h113x' }],\n];\n\n/**\n * @component @name BedSingle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/bed-single\n * @see https://lucide.dev/guide/packages/lucide-solid - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst BedSingle = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"bed-single\" />;\n\nexport default BedSingle;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,6CAA6C,KAAK,SAAS,CAAC;AAAA,EAC1E,CAAC,QAAQ,EAAE,GAAG,4CAA4C,KAAK,SAAS,CAAC;AAAA,EACzE,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,YAAY,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,aAAa;AAEjG,IAAO,qBAAQ;",
"names": []
}