1 line
No EOL
4.2 KiB
JSON
1 line
No EOL
4.2 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 = [[\"rect\", {\n width: \"16\",\n height: \"20\",\n x: \"4\",\n y: \"2\",\n rx: \"2\",\n key: \"1nb95v\"\n}], [\"line\", {\n x1: \"8\",\n x2: \"16\",\n y1: \"6\",\n y2: \"6\",\n key: \"x4nwl0\"\n}], [\"line\", {\n x1: \"16\",\n x2: \"16\",\n y1: \"14\",\n y2: \"18\",\n key: \"wjye3r\"\n}], [\"path\", {\n d: \"M16 10h.01\",\n key: \"1m94wz\"\n}], [\"path\", {\n d: \"M12 10h.01\",\n key: \"1nrarc\"\n}], [\"path\", {\n d: \"M8 10h.01\",\n key: \"19clt8\"\n}], [\"path\", {\n d: \"M12 14h.01\",\n key: \"1etili\"\n}], [\"path\", {\n d: \"M8 14h.01\",\n key: \"6423bh\"\n}], [\"path\", {\n d: \"M12 18h.01\",\n key: \"mhygvu\"\n}], [\"path\", {\n d: \"M8 18h.01\",\n key: \"lrp35t\"\n}]];\nconst Calculator = createLucideIcon(\"calculator\", __iconNode);\nexport { __iconNode, Calculator as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","x1","x2","y1","y2","d","Calculator","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/calculator.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '16', height: '20', x: '4', y: '2', rx: '2', key: '1nb95v' }],\n ['line', { x1: '8', x2: '16', y1: '6', y2: '6', key: 'x4nwl0' }],\n ['line', { x1: '16', x2: '16', y1: '14', y2: '18', key: 'wjye3r' }],\n ['path', { d: 'M16 10h.01', key: '1m94wz' }],\n ['path', { d: 'M12 10h.01', key: '1nrarc' }],\n ['path', { d: 'M8 10h.01', key: '19clt8' }],\n ['path', { d: 'M12 14h.01', key: '1etili' }],\n ['path', { d: 'M8 14h.01', key: '6423bh' }],\n ['path', { d: 'M12 18h.01', key: 'mhygvu' }],\n ['path', { d: 'M8 18h.01', key: 'lrp35t' }],\n];\n\n/**\n * @component @name Calculator\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/calculator\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 Calculator = createLucideIcon('calculator', __iconNode);\n\nexport default Calculator;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GAClE,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAcL,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAcL,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAaL,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAcL,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAaL,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAcL,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAEK,CAAA,EAAG;EAAaL,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMM,UAAA,GAAaC,gBAAA,CAAiB,cAAcb,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |