1 line
No EOL
2.7 KiB
JSON
1 line
No EOL
2.7 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: \"M14 12h2v8\",\n key: \"c1fccl\"\n}], [\"path\", {\n d: \"M14 20h4\",\n key: \"lzx1xo\"\n}], [\"path\", {\n d: \"M6 12h4\",\n key: \"a4o3ry\"\n}], [\"path\", {\n d: \"M6 20h4\",\n key: \"1i6q5t\"\n}], [\"path\", {\n d: \"M8 20V8a4 4 0 0 1 7.464-2\",\n key: \"wk9t6r\"\n}]];\nconst Ligature = createLucideIcon(\"ligature\", __iconNode);\nexport { __iconNode, Ligature as default };","map":{"version":3,"names":["__iconNode","d","key","Ligature","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/ligature.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M14 12h2v8', key: 'c1fccl' }],\n ['path', { d: 'M14 20h4', key: 'lzx1xo' }],\n ['path', { d: 'M6 12h4', key: 'a4o3ry' }],\n ['path', { d: 'M6 20h4', key: '1i6q5t' }],\n ['path', { d: 'M8 20V8a4 4 0 0 1 7.464-2', key: 'wk9t6r' }],\n];\n\n/**\n * @component @name Ligature\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/ligature\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 Ligature = createLucideIcon('ligature', __iconNode);\n\nexport default Ligature;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAcC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAYC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAWC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,EAC5D;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,YAAYJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |