1 line
No EOL
2.5 KiB
JSON
1 line
No EOL
2.5 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 = [[\"line\", {\n x1: \"9\",\n x2: \"9\",\n y1: \"4\",\n y2: \"20\",\n key: \"ovs5a5\"\n}], [\"path\", {\n d: \"M4 7c0-1.7 1.3-3 3-3h13\",\n key: \"10pag4\"\n}], [\"path\", {\n d: \"M18 20c-1.7 0-3-1.3-3-3V4\",\n key: \"1gaosr\"\n}]];\nconst Pi = createLucideIcon(\"pi\", __iconNode);\nexport { __iconNode, Pi as default };","map":{"version":3,"names":["__iconNode","x1","x2","y1","y2","key","d","Pi","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/pi.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['line', { x1: '9', x2: '9', y1: '4', y2: '20', key: 'ovs5a5' }],\n ['path', { d: 'M4 7c0-1.7 1.3-3 3-3h13', key: '10pag4' }],\n ['path', { d: 'M18 20c-1.7 0-3-1.3-3-3V4', key: '1gaosr' }],\n];\n\n/**\n * @component @name Pi\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pi\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 Pi = createLucideIcon('pi', __iconNode);\n\nexport default Pi;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BD,GAAA,EAAK;AAAA,CAAU,EAC5D;AAaA,MAAME,EAAA,GAAKC,gBAAA,CAAiB,MAAMR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |