lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.69 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/beaker.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M4.5 3h15', key: 'c7n0jr' }],\n ['path', { d: 'M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3', key: 'm1uhx7' }],\n ['path', { d: 'M6 14h12', key: '4cwo0f' }],\n];\n\n/**\n * @component @name Beaker\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/beaker\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 Beaker = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"beaker\" />;\n\nexport default Beaker;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,2CAA2C,KAAK,SAAS,CAAC;AAAA,EACxE,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAE1F,IAAO,iBAAQ;",
"names": []
}