1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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 = [[\"line\", {\n x1: \"5\",\n x2: \"19\",\n y1: \"9\",\n y2: \"9\",\n key: \"1nwqeh\"\n}], [\"line\", {\n x1: \"5\",\n x2: \"19\",\n y1: \"15\",\n y2: \"15\",\n key: \"g8yjpy\"\n}], [\"line\", {\n x1: \"19\",\n x2: \"5\",\n y1: \"5\",\n y2: \"19\",\n key: \"1x9vlm\"\n}]];\nconst EqualNot = createLucideIcon(\"equal-not\", __iconNode);\nexport { __iconNode, EqualNot as default };","map":{"version":3,"names":["__iconNode","x1","x2","y1","y2","key","EqualNot","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/equal-not.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['line', { x1: '5', x2: '19', y1: '9', y2: '9', key: '1nwqeh' }],\n ['line', { x1: '5', x2: '19', y1: '15', y2: '15', key: 'g8yjpy' }],\n ['line', { x1: '19', x2: '5', y1: '5', y2: '19', key: '1x9vlm' }],\n];\n\n/**\n * @component @name EqualNot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/equal-not\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 EqualNot = createLucideIcon('equal-not', __iconNode);\n\nexport default EqualNot;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,QAAQ;EAAEJ,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,GAAA,EAAK;AAAA,CAAU,EAClE;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,aAAaP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |