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: \"M3 3v16a2 2 0 0 0 2 2h16\",\n key: \"c24i48\"\n}], [\"rect\", {\n x: \"7\",\n y: \"13\",\n width: \"9\",\n height: \"4\",\n rx: \"1\",\n key: \"1iip1u\"\n}], [\"rect\", {\n x: \"7\",\n y: \"5\",\n width: \"12\",\n height: \"4\",\n rx: \"1\",\n key: \"1anskk\"\n}]];\nconst ChartBarBig = createLucideIcon(\"chart-bar-big\", __iconNode);\nexport { __iconNode, ChartBarBig as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","ChartBarBig","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/chart-bar-big.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M3 3v16a2 2 0 0 0 2 2h16', key: 'c24i48' }],\n ['rect', { x: '7', y: '13', width: '9', height: '4', rx: '1', key: '1iip1u' }],\n ['rect', { x: '7', y: '5', width: '12', height: '4', rx: '1', key: '1anskk' }],\n];\n\n/**\n * @component @name ChartBarBig\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-bar-big\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 ChartBarBig = createLucideIcon('chart-bar-big', __iconNode);\n\nexport default ChartBarBig;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAC/E;AAaA,MAAMM,WAAA,GAAcC,gBAAA,CAAiB,iBAAiBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |