1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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 7c0-5.333-8-5.333-8 0\",\n key: \"1prm2n\"\n}], [\"path\", {\n d: \"M10 7v14\",\n key: \"18tmcs\"\n}], [\"path\", {\n d: \"M6 21h12\",\n key: \"4dkmi1\"\n}], [\"path\", {\n d: \"M6 13h10\",\n key: \"ybwr4a\"\n}]];\nconst PoundSterling = createLucideIcon(\"pound-sterling\", __iconNode);\nexport { __iconNode, PoundSterling as default };","map":{"version":3,"names":["__iconNode","d","key","PoundSterling","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/pound-sterling.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M18 7c0-5.333-8-5.333-8 0', key: '1prm2n' }],\n ['path', { d: 'M10 7v14', key: '18tmcs' }],\n ['path', { d: 'M6 21h12', key: '4dkmi1' }],\n ['path', { d: 'M6 13h10', key: 'ybwr4a' }],\n];\n\n/**\n * @component @name PoundSterling\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/pound-sterling\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 PoundSterling = createLucideIcon('pound-sterling', __iconNode);\n\nexport default PoundSterling;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,EAC3C;AAaA,MAAMC,aAAA,GAAgBC,gBAAA,CAAiB,kBAAkBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |