1 line
No EOL
2.8 KiB
JSON
1 line
No EOL
2.8 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: \"M17 3v10\",\n key: \"15fgeh\"\n}], [\"path\", {\n d: \"m12.67 5.5 8.66 5\",\n key: \"1gpheq\"\n}], [\"path\", {\n d: \"m12.67 10.5 8.66-5\",\n key: \"1dkfa6\"\n}], [\"path\", {\n d: \"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z\",\n key: \"swwfx4\"\n}]];\nconst Regex = createLucideIcon(\"regex\", __iconNode);\nexport { __iconNode, Regex as default };","map":{"version":3,"names":["__iconNode","d","key","Regex","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/regex.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M17 3v10', key: '15fgeh' }],\n ['path', { d: 'm12.67 5.5 8.66 5', key: '1gpheq' }],\n ['path', { d: 'm12.67 10.5 8.66-5', key: '1dkfa6' }],\n [\n 'path',\n { d: 'M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z', key: 'swwfx4' },\n ],\n];\n\n/**\n * @component @name Regex\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/regex\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 Regex = createLucideIcon('regex', __iconNode);\n\nexport default Regex;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAqBC,GAAA,EAAK;AAAA,CAAU,GAClD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAsBC,GAAA,EAAK;AAAA,CAAU,GACnD,CACE,QACA;EAAED,CAAA,EAAG;EAA2EC,GAAA,EAAK;AAAA,EAAS,CAElG;AAaA,MAAMC,KAAA,GAAQC,gBAAA,CAAiB,SAASJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |