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 = [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"3\",\n rx: \"2\",\n ry: \"2\",\n key: \"1m3agn\"\n}], [\"line\", {\n x1: \"8\",\n x2: \"16\",\n y1: \"12\",\n y2: \"12\",\n key: \"1jonct\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"16\",\n y2: \"16\",\n key: \"aqc6ln\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"8\",\n y2: \"8\",\n key: \"1mkcni\"\n}]];\nconst SquareDivide = createLucideIcon(\"square-divide\", __iconNode);\nexport { __iconNode, SquareDivide as default };","map":{"version":3,"names":["__iconNode","width","height","x","y","rx","ry","key","x1","x2","y1","y2","SquareDivide","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/square-divide.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', ry: '2', key: '1m3agn' }],\n ['line', { x1: '8', x2: '16', y1: '12', y2: '12', key: '1jonct' }],\n ['line', { x1: '12', x2: '12', y1: '16', y2: '16', key: 'aqc6ln' }],\n ['line', { x1: '12', x2: '12', y1: '8', y2: '8', key: '1mkcni' }],\n];\n\n/**\n * @component @name SquareDivide\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-divide\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 SquareDivide = createLucideIcon('square-divide', __iconNode);\n\nexport default SquareDivide;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,KAAA,EAAO;EAAMC,MAAA,EAAQ;EAAMC,CAAA,EAAG;EAAKC,CAAA,EAAG;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GACvF,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,GAClE,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKJ,GAAA,EAAK;AAAA,CAAU,EAClE;AAaA,MAAMK,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBb,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |