1 line
No EOL
4.2 KiB
JSON
1 line
No EOL
4.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: \"M12 10h.01\",\n key: \"1nrarc\"\n}], [\"path\", {\n d: \"M12 14h.01\",\n key: \"1etili\"\n}], [\"path\", {\n d: \"M12 6h.01\",\n key: \"1vi96p\"\n}], [\"path\", {\n d: \"M16 10h.01\",\n key: \"1m94wz\"\n}], [\"path\", {\n d: \"M16 14h.01\",\n key: \"1gbofw\"\n}], [\"path\", {\n d: \"M16 6h.01\",\n key: \"1x0f13\"\n}], [\"path\", {\n d: \"M8 10h.01\",\n key: \"19clt8\"\n}], [\"path\", {\n d: \"M8 14h.01\",\n key: \"6423bh\"\n}], [\"path\", {\n d: \"M8 6h.01\",\n key: \"1dz90k\"\n}], [\"path\", {\n d: \"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3\",\n key: \"cabbwy\"\n}], [\"rect\", {\n x: \"4\",\n y: \"2\",\n width: \"16\",\n height: \"20\",\n rx: \"2\",\n key: \"1uxh74\"\n}]];\nconst Building = createLucideIcon(\"building\", __iconNode);\nexport { __iconNode, Building as default };","map":{"version":3,"names":["__iconNode","d","key","x","y","width","height","rx","Building","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/building.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 10h.01', key: '1nrarc' }],\n ['path', { d: 'M12 14h.01', key: '1etili' }],\n ['path', { d: 'M12 6h.01', key: '1vi96p' }],\n ['path', { d: 'M16 10h.01', key: '1m94wz' }],\n ['path', { d: 'M16 14h.01', key: '1gbofw' }],\n ['path', { d: 'M16 6h.01', key: '1x0f13' }],\n ['path', { d: 'M8 10h.01', key: '19clt8' }],\n ['path', { d: 'M8 14h.01', key: '6423bh' }],\n ['path', { d: 'M8 6h.01', key: '1dz90k' }],\n ['path', { d: 'M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3', key: 'cabbwy' }],\n ['rect', { x: '4', y: '2', width: '16', height: '20', rx: '2', key: '1uxh74' }],\n];\n\n/**\n * @component @name Building\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/building\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 Building = createLucideIcon('building', __iconNode);\n\nexport default Building;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA4CC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,EAAA,EAAI;EAAKL,GAAA,EAAK;AAAA,CAAU,EAChF;AAaA,MAAMM,QAAA,GAAWC,gBAAA,CAAiB,YAAYT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |