1 line
No EOL
3.4 KiB
JSON
1 line
No EOL
3.4 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: \"M14 21v-3a2 2 0 0 0-4 0v3\",\n key: \"1rgiei\"\n}], [\"path\", {\n d: \"M18 5v16\",\n key: \"1ethyx\"\n}], [\"path\", {\n d: \"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6\",\n key: \"zywc2d\"\n}], [\"path\", {\n d: \"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11\",\n key: \"1d4ql0\"\n}], [\"path\", {\n d: \"M6 5v16\",\n key: \"1sn0nx\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"9\",\n r: \"2\",\n key: \"1092wv\"\n}]];\nconst School = createLucideIcon(\"school\", __iconNode);\nexport { __iconNode, School as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","School","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/school.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M14 21v-3a2 2 0 0 0-4 0v3', key: '1rgiei' }],\n ['path', { d: 'M18 5v16', key: '1ethyx' }],\n ['path', { d: 'm4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6', key: 'zywc2d' }],\n [\n 'path',\n {\n d: 'm6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11',\n key: '1d4ql0',\n },\n ],\n ['path', { d: 'M6 5v16', key: '1sn0nx' }],\n ['circle', { cx: '12', cy: '9', r: '2', key: '1092wv' }],\n];\n\n/**\n * @component @name School\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/school\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 School = createLucideIcon('school', __iconNode);\n\nexport default School;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0CC,GAAA,EAAK;AAAA,CAAU,GACvE,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,EACzD;AAaA,MAAMI,MAAA,GAASC,gBAAA,CAAiB,UAAUP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |