1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst TestTubes = createLucideIcon(\"TestTubes\", [[\"path\", {\n d: \"M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2\",\n key: \"12z67u\"\n}], [\"path\", {\n d: \"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2\",\n key: \"1q2nfy\"\n}], [\"path\", {\n d: \"M3 2h7\",\n key: \"7s29d5\"\n}], [\"path\", {\n d: \"M14 2h7\",\n key: \"7sicin\"\n}], [\"path\", {\n d: \"M9 16H4\",\n key: \"1bfye3\"\n}], [\"path\", {\n d: \"M20 16h-5\",\n key: \"ddnjpe\"\n}]]);\nexport { TestTubes as default };","map":{"version":3,"names":["TestTubes","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/test-tubes.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name TestTubes\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/test-tubes\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst TestTubes = createLucideIcon('TestTubes', [\n [\n 'path',\n {\n d: 'M9 2v17.5A2.5 2.5 0 0 1 6.5 22v0A2.5 2.5 0 0 1 4 19.5V2',\n key: '12z67u',\n },\n ],\n [\n 'path',\n {\n d: 'M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5v0a2.5 2.5 0 0 1-2.5-2.5V2',\n key: '1q2nfy',\n },\n ],\n ['path', { d: 'M3 2h7', key: '7s29d5' }],\n ['path', { d: 'M14 2h7', key: '7sicin' }],\n ['path', { d: 'M9 16H4', key: '1bfye3' }],\n ['path', { d: 'M20 16h-5', key: 'ddnjpe' }],\n]);\n\nexport default TestTubes;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CACE,QACA;EACED,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,QAAU;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |