1 line
No EOL
2.6 KiB
JSON
1 line
No EOL
2.6 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 4H9a3 3 0 0 0-2.83 4\",\n key: \"43sutm\"\n}], [\"path\", {\n d: \"M14 12a4 4 0 0 1 0 8H6\",\n key: \"nlfj13\"\n}], [\"line\", {\n x1: \"4\",\n x2: \"20\",\n y1: \"12\",\n y2: \"12\",\n key: \"1e0a9i\"\n}]];\nconst Strikethrough = createLucideIcon(\"strikethrough\", __iconNode);\nexport { __iconNode, Strikethrough as default };","map":{"version":3,"names":["__iconNode","d","key","x1","x2","y1","y2","Strikethrough","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/strikethrough.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M16 4H9a3 3 0 0 0-2.83 4', key: '43sutm' }],\n ['path', { d: 'M14 12a4 4 0 0 1 0 8H6', key: 'nlfj13' }],\n ['line', { x1: '4', x2: '20', y1: '12', y2: '12', key: '1e0a9i' }],\n];\n\n/**\n * @component @name Strikethrough\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/strikethrough\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 Strikethrough = createLucideIcon('strikethrough', __iconNode);\n\nexport default Strikethrough;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAA4BC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA0BC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,QAAQ;EAAEC,EAAA,EAAI;EAAKC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMC,EAAA,EAAI;EAAMJ,GAAA,EAAK;AAAA,CAAU,EACnE;AAaA,MAAMK,aAAA,GAAgBC,gBAAA,CAAiB,iBAAiBR,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |