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: \"M5.42 9.42 8 12\",\n key: \"12pkuq\"\n}], [\"circle\", {\n cx: \"4\",\n cy: \"8\",\n r: \"2\",\n key: \"107mxr\"\n}], [\"path\", {\n d: \"m14 6-8.58 8.58\",\n key: \"gvzu5l\"\n}], [\"circle\", {\n cx: \"4\",\n cy: \"16\",\n r: \"2\",\n key: \"1ehqvc\"\n}], [\"path\", {\n d: \"M10.8 14.8 14 18\",\n key: \"ax7m9r\"\n}], [\"path\", {\n d: \"M16 12h-2\",\n key: \"10asgb\"\n}], [\"path\", {\n d: \"M22 12h-2\",\n key: \"14jgyd\"\n}]];\nconst ScissorsLineDashed = createLucideIcon(\"scissors-line-dashed\", __iconNode);\nexport { __iconNode, ScissorsLineDashed as default };","map":{"version":3,"names":["__iconNode","d","key","cx","cy","r","ScissorsLineDashed","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/scissors-line-dashed.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M5.42 9.42 8 12', key: '12pkuq' }],\n ['circle', { cx: '4', cy: '8', r: '2', key: '107mxr' }],\n ['path', { d: 'm14 6-8.58 8.58', key: 'gvzu5l' }],\n ['circle', { cx: '4', cy: '16', r: '2', key: '1ehqvc' }],\n ['path', { d: 'M10.8 14.8 14 18', key: 'ax7m9r' }],\n ['path', { d: 'M16 12h-2', key: '10asgb' }],\n ['path', { d: 'M22 12h-2', key: '14jgyd' }],\n];\n\n/**\n * @component @name ScissorsLineDashed\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/scissors-line-dashed\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 ScissorsLineDashed = createLucideIcon('scissors-line-dashed', __iconNode);\n\nexport default ScissorsLineDashed;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAKC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAmBC,GAAA,EAAK;AAAA,CAAU,GAChD,CAAC,UAAU;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,CAAA,EAAG;EAAKH,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAaC,GAAA,EAAK;AAAA,CAAU,EAC5C;AAaA,MAAMI,kBAAA,GAAqBC,gBAAA,CAAiB,wBAAwBP,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |