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: \"M21 5H3\",\n key: \"1fi0y6\"\n}], [\"path\", {\n d: \"M10 12H3\",\n key: \"1ulcyk\"\n}], [\"path\", {\n d: \"M10 19H3\",\n key: \"108z41\"\n}], [\"circle\", {\n cx: \"17\",\n cy: \"15\",\n r: \"3\",\n key: \"1upz2a\"\n}], [\"path\", {\n d: \"m21 19-1.9-1.9\",\n key: \"dwi7p8\"\n}]];\nconst TextSearch = createLucideIcon(\"text-search\", __iconNode);\nexport { __iconNode, TextSearch as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","TextSearch","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/text-search.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M21 5H3', key: '1fi0y6' }],\n ['path', { d: 'M10 12H3', key: '1ulcyk' }],\n ['path', { d: 'M10 19H3', key: '108z41' }],\n ['circle', { cx: '17', cy: '15', r: '3', key: '1upz2a' }],\n ['path', { d: 'm21 19-1.9-1.9', key: 'dwi7p8' }],\n];\n\n/**\n * @component @name TextSearch\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/text-search\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 TextSearch = createLucideIcon('text-search', __iconNode);\n\nexport default TextSearch;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,EACjD;AAaA,MAAMI,UAAA,GAAaC,gBAAA,CAAiB,eAAeP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |