1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 KiB
JSON
{"ast":null,"code":"/**\n * @license lucide-react v0.544.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\nconst __iconNode = [[\"path\", {\n d: \"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4\",\n key: \"17ldeb\"\n}], [\"path\", {\n d: \"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7\",\n key: \"nc37y6\"\n}], [\"rect\", {\n width: \"16\",\n height: \"5\",\n x: \"4\",\n y: \"2\",\n rx: \"1\",\n key: \"3jeezo\"\n}]];\nconst PillBottle = createLucideIcon(\"pill-bottle\", __iconNode);\nexport { __iconNode, PillBottle as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","PillBottle","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/pill-bottle.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4', key: '17ldeb' }],\n ['path', { d: 'M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7', key: 'nc37y6' }],\n ['rect', { width: '16', height: '5', x: '4', y: '2', rx: '1', key: '3jeezo' }],\n];\n\n/**\n * @component @name PillBottle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pill-bottle\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 PillBottle = createLucideIcon('pill-bottle', __iconNode);\n\nexport default PillBottle;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6CC,GAAA,EAAK;AAAA,CAAU,GAC1E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA2CC,GAAA,EAAK;AAAA,CAAU,GACxE,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMM,UAAA,GAAaC,gBAAA,CAAiB,eAAeT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |