1 line
No EOL
2.9 KiB
JSON
1 line
No EOL
2.9 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: \"m10 9-3 3 3 3\",\n key: \"1oro0q\"\n}], [\"path\", {\n d: \"m14 15 3-3-3-3\",\n key: \"bz13h7\"\n}], [\"path\", {\n d: \"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719\",\n key: \"1sd12s\"\n}]];\nconst MessageCircleCode = createLucideIcon(\"message-circle-code\", __iconNode);\nexport { __iconNode, MessageCircleCode as default };","map":{"version":3,"names":["__iconNode","d","key","MessageCircleCode","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/message-circle-code.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm10 9-3 3 3 3', key: '1oro0q' }],\n ['path', { d: 'm14 15 3-3-3-3', key: 'bz13h7' }],\n [\n 'path',\n {\n d: 'M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719',\n key: '1sd12s',\n },\n ],\n];\n\n/**\n * @component @name MessageCircleCode\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/message-circle-code\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 MessageCircleCode = createLucideIcon('message-circle-code', __iconNode);\n\nexport default MessageCircleCode;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CACE,QACA;EACED,CAAA,EAAG;EACHC,GAAA,EAAK;AAAA,EACP,CAEJ;AAaA,MAAMC,iBAAA,GAAoBC,gBAAA,CAAiB,uBAAuBJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |