1 line
No EOL
3.6 KiB
JSON
1 line
No EOL
3.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: \"M9 5v4\",\n key: \"14uxtq\"\n}], [\"rect\", {\n width: \"4\",\n height: \"6\",\n x: \"7\",\n y: \"9\",\n rx: \"1\",\n key: \"f4fvz0\"\n}], [\"path\", {\n d: \"M9 15v2\",\n key: \"r5rk32\"\n}], [\"path\", {\n d: \"M17 3v2\",\n key: \"1l2re6\"\n}], [\"rect\", {\n width: \"4\",\n height: \"8\",\n x: \"15\",\n y: \"5\",\n rx: \"1\",\n key: \"z38je5\"\n}], [\"path\", {\n d: \"M17 13v3\",\n key: \"5l0wba\"\n}], [\"path\", {\n d: \"M3 3v16a2 2 0 0 0 2 2h16\",\n key: \"c24i48\"\n}]];\nconst ChartCandlestick = createLucideIcon(\"chart-candlestick\", __iconNode);\nexport { __iconNode, ChartCandlestick as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","ChartCandlestick","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/chart-candlestick.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M9 5v4', key: '14uxtq' }],\n ['rect', { width: '4', height: '6', x: '7', y: '9', rx: '1', key: 'f4fvz0' }],\n ['path', { d: 'M9 15v2', key: 'r5rk32' }],\n ['path', { d: 'M17 3v2', key: '1l2re6' }],\n ['rect', { width: '4', height: '8', x: '15', y: '5', rx: '1', key: 'z38je5' }],\n ['path', { d: 'M17 13v3', key: '5l0wba' }],\n ['path', { d: 'M3 3v16a2 2 0 0 0 2 2h16', key: 'c24i48' }],\n];\n\n/**\n * @component @name ChartCandlestick\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-candlestick\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 ChartCandlestick = createLucideIcon('chart-candlestick', __iconNode);\n\nexport default ChartCandlestick;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAUC,GAAA,EAAK;AAAA,CAAU,GACvC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,GAC7E,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,EAC3D;AAaA,MAAMM,gBAAA,GAAmBC,gBAAA,CAAiB,qBAAqBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |