1 line
No EOL
3.3 KiB
JSON
1 line
No EOL
3.3 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: \"M11 13H7\",\n key: \"t0o9gq\"\n}], [\"path\", {\n d: \"M19 9h-4\",\n key: \"rera1j\"\n}], [\"path\", {\n d: \"M3 3v16a2 2 0 0 0 2 2h16\",\n key: \"c24i48\"\n}], [\"rect\", {\n x: \"15\",\n y: \"5\",\n width: \"4\",\n height: \"12\",\n rx: \"1\",\n key: \"q8uenq\"\n}], [\"rect\", {\n x: \"7\",\n y: \"8\",\n width: \"4\",\n height: \"9\",\n rx: \"1\",\n key: \"sr5ea\"\n}]];\nconst ChartColumnStacked = createLucideIcon(\"chart-column-stacked\", __iconNode);\nexport { __iconNode, ChartColumnStacked as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","ChartColumnStacked","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/chart-column-stacked.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M11 13H7', key: 't0o9gq' }],\n ['path', { d: 'M19 9h-4', key: 'rera1j' }],\n ['path', { d: 'M3 3v16a2 2 0 0 0 2 2h16', key: 'c24i48' }],\n ['rect', { x: '15', y: '5', width: '4', height: '12', rx: '1', key: 'q8uenq' }],\n ['rect', { x: '7', y: '8', width: '4', height: '9', rx: '1', key: 'sr5ea' }],\n];\n\n/**\n * @component @name ChartColumnStacked\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-column-stacked\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 ChartColumnStacked = createLucideIcon('chart-column-stacked', __iconNode);\n\nexport default ChartColumnStacked;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC9E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAS,EAC7E;AAaA,MAAMM,kBAAA,GAAqBC,gBAAA,CAAiB,wBAAwBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |