1 line
No EOL
3 KiB
JSON
1 line
No EOL
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: \"M12 12h.01\",\n key: \"1mp3jc\"\n}], [\"path\", {\n d: \"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\",\n key: \"1ksdt3\"\n}], [\"path\", {\n d: \"M22 13a18.15 18.15 0 0 1-20 0\",\n key: \"12hx5q\"\n}], [\"rect\", {\n width: \"20\",\n height: \"14\",\n x: \"2\",\n y: \"6\",\n rx: \"2\",\n key: \"i6l2r4\"\n}]];\nconst BriefcaseBusiness = createLucideIcon(\"briefcase-business\", __iconNode);\nexport { __iconNode, BriefcaseBusiness as default };","map":{"version":3,"names":["__iconNode","d","key","width","height","x","y","rx","BriefcaseBusiness","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/briefcase-business.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 12h.01', key: '1mp3jc' }],\n ['path', { d: 'M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2', key: '1ksdt3' }],\n ['path', { d: 'M22 13a18.15 18.15 0 0 1-20 0', key: '12hx5q' }],\n ['rect', { width: '20', height: '14', x: '2', y: '6', rx: '2', key: 'i6l2r4' }],\n];\n\n/**\n * @component @name BriefcaseBusiness\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/briefcase-business\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 BriefcaseBusiness = createLucideIcon('briefcase-business', __iconNode);\n\nexport default BriefcaseBusiness;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4CC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiCC,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,iBAAA,GAAoBC,gBAAA,CAAiB,sBAAsBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |