lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.76 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/test-tube.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2', key: '125lnx' }],\n ['path', { d: 'M8.5 2h7', key: 'csnxdl' }],\n ['path', { d: 'M14.5 16h-5', key: '1ox875' }],\n];\n\n/**\n * @component @name TestTube\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/test-tube\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 TestTube = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"test-tube\" />;\n\nexport default TestTube;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,+DAA+D,KAAK,SAAS,CAAC;AAAA,EAC5F,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,eAAe,KAAK,SAAS,CAAC;AAC9C;AAaA,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}