1 line
No EOL
2.4 KiB
JSON
1 line
No EOL
2.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: \"m12 17-5-5 5-5\",\n key: \"1s3y5u\"\n}], [\"path\", {\n d: \"M22 18v-2a4 4 0 0 0-4-4H7\",\n key: \"1fcyog\"\n}], [\"path\", {\n d: \"m7 17-5-5 5-5\",\n key: \"1ed8i2\"\n}]];\nconst ReplyAll = createLucideIcon(\"reply-all\", __iconNode);\nexport { __iconNode, ReplyAll as default };","map":{"version":3,"names":["__iconNode","d","key","ReplyAll","createLucideIcon"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/lucide-react/src/icons/reply-all.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'm12 17-5-5 5-5', key: '1s3y5u' }],\n ['path', { d: 'M22 18v-2a4 4 0 0 0-4-4H7', key: '1fcyog' }],\n ['path', { d: 'm7 17-5-5 5-5', key: '1ed8i2' }],\n];\n\n/**\n * @component @name ReplyAll\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/reply-all\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 ReplyAll = createLucideIcon('reply-all', __iconNode);\n\nexport default ReplyAll;\n"],"mappings":";;;;;;;;AAGO,MAAMA,UAAA,GAAuB,CAClC,CAAC,QAAQ;EAAEC,CAAA,EAAG;EAAkBC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,QAAQ;EAAED,CAAA,EAAG;EAA6BC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,QAAQ;EAAED,CAAA,EAAG;EAAiBC,GAAA,EAAK;AAAA,CAAU,EAChD;AAaA,MAAMC,QAAA,GAAWC,gBAAA,CAAiB,aAAaJ,UAAU","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |