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 = [[\"rect\", {\n width: \"8\",\n height: \"8\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n key: \"by2w9f\"\n}], [\"path\", {\n d: \"M7 11v4a2 2 0 0 0 2 2h4\",\n key: \"xkn7yn\"\n}], [\"rect\", {\n width: \"8\",\n height: \"8\",\n x: \"13\",\n y: \"13\",\n rx: \"2\",\n key: \"1cgmvn\"\n}]];\nconst Workflow = createLucideIcon(\"workflow\", __iconNode);\nexport { __iconNode, Workflow as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","key","d","Workflow","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/workflow.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '8', height: '8', x: '3', y: '3', rx: '2', key: 'by2w9f' }],\n ['path', { d: 'M7 11v4a2 2 0 0 0 2 2h4', key: 'xkn7yn' }],\n ['rect', { width: '8', height: '8', x: '13', y: '13', rx: '2', key: '1cgmvn' }],\n];\n\n/**\n * @component @name Workflow\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/workflow\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 Workflow = createLucideIcon('workflow', __iconNode);\n\nexport default Workflow;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC5E,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA2BD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEL,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAMC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAME,QAAA,GAAWC,gBAAA,CAAiB,YAAYT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |