1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ReplyAll = createLucideIcon(\"ReplyAll\", [[\"polyline\", {\n points: \"7 17 2 12 7 7\",\n key: \"t83bqg\"\n}], [\"polyline\", {\n points: \"12 17 7 12 12 7\",\n key: \"1g4ajm\"\n}], [\"path\", {\n d: \"M22 18v-2a4 4 0 0 0-4-4H7\",\n key: \"1fcyog\"\n}]]);\nexport { ReplyAll as default };","map":{"version":3,"names":["ReplyAll","createLucideIcon","points","key","d"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/reply-all.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\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('ReplyAll', [\n ['polyline', { points: '7 17 2 12 7 7', key: 't83bqg' }],\n ['polyline', { points: '12 17 7 12 12 7', key: '1g4ajm' }],\n ['path', { d: 'M22 18v-2a4 4 0 0 0-4-4H7', key: '1fcyog' }],\n]);\n\nexport default ReplyAll;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,UAAY;EAAEC,MAAA,EAAQ,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACvD,CAAC,UAAY;EAAED,MAAA,EAAQ,iBAAmB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAEC,CAAA,EAAG,2BAA6B;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |