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: \"M16 16h6\",\n key: \"100bgy\"\n}], [\"path\", {\n d: \"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14\",\n key: \"e7tb2h\"\n}], [\"path\", {\n d: \"m7.5 4.27 9 5.15\",\n key: \"1c824w\"\n}], [\"polyline\", {\n points: \"3.29 7 12 12 20.71 7\",\n key: \"ousv84\"\n}], [\"line\", {\n x1: \"12\",\n x2: \"12\",\n y1: \"22\",\n y2: \"12\",\n key: \"a4e8g8\"\n}]];\nconst PackageMinus = createLucideIcon(\"package-minus\", __iconNode);\nexport { __iconNode, PackageMinus as default };","map":{"version":3,"names":["__iconNode","d","key","points","x1","x2","y1","y2","PackageMinus","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/package-minus.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 16h6', key: '100bgy' }],\n [\n 'path',\n {\n d: 'M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14',\n key: 'e7tb2h',\n },\n ],\n ['path', { d: 'm7.5 4.27 9 5.15', key: '1c824w' }],\n ['polyline', { points: '3.29 7 12 12 20.71 7', key: 'ousv84' }],\n ['line', { x1: '12', x2: '12', y1: '22', y2: '12', key: 'a4e8g8' }],\n];\n\n/**\n * @component @name PackageMinus\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/package-minus\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 PackageMinus = createLucideIcon('package-minus', __iconNode);\n\nexport default PackageMinus;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EAET,EACA,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAoBC,GAAA,EAAK;AAAA,CAAU,GACjD,CAAC,YAAY;EAAEC,MAAA,EAAQ;EAAwBD,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAEE,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAML,GAAA,EAAK;AAAA,CAAU,EACpE;AAaA,MAAMM,YAAA,GAAeC,gBAAA,CAAiB,iBAAiBT,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |