1 line
No EOL
3.2 KiB
JSON
1 line
No EOL
3.2 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: \"M10 12h.01\",\n key: \"1kxr2c\"\n}], [\"path\", {\n d: \"M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14\",\n key: \"1bnhmg\"\n}], [\"path\", {\n d: \"M2 20h8\",\n key: \"10ntw1\"\n}], [\"path\", {\n d: \"M20 17v-2a2 2 0 1 0-4 0v2\",\n key: \"pwaxnr\"\n}], [\"rect\", {\n x: \"14\",\n y: \"17\",\n width: \"8\",\n height: \"5\",\n rx: \"1\",\n key: \"15pjcy\"\n}]];\nconst DoorClosedLocked = createLucideIcon(\"door-closed-locked\", __iconNode);\nexport { __iconNode, DoorClosedLocked as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","DoorClosedLocked","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/door-closed-locked.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M10 12h.01', key: '1kxr2c' }],\n ['path', { d: 'M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14', key: '1bnhmg' }],\n ['path', { d: 'M2 20h8', key: '10ntw1' }],\n ['path', { d: 'M20 17v-2a2 2 0 1 0-4 0v2', key: 'pwaxnr' }],\n ['rect', { x: '14', y: '17', width: '8', height: '5', rx: '1', key: '15pjcy' }],\n];\n\n/**\n * @component @name DoorClosedLocked\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/door-closed-locked\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 DoorClosedLocked = createLucideIcon('door-closed-locked', __iconNode);\n\nexport default DoorClosedLocked;\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;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAMC,CAAA,EAAG;EAAMC,KAAA,EAAO;EAAKC,MAAA,EAAQ;EAAKC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,gBAAA,GAAmBC,gBAAA,CAAiB,sBAAsBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |