1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FileX2 = createLucideIcon(\"FileX2\", [[\"path\", {\n d: \"M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4\",\n key: \"702lig\"\n}], [\"path\", {\n d: \"M14 2v6h6\",\n key: \"1kof46\"\n}], [\"path\", {\n d: \"m3 12.5 5 5\",\n key: \"1qls4r\"\n}], [\"path\", {\n d: \"m8 12.5-5 5\",\n key: \"b853mi\"\n}]]);\nexport { FileX2 as default };","map":{"version":3,"names":["FileX2","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/file-x-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FileX2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-x-2\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 FileX2 = createLucideIcon('FileX2', [\n [\n 'path',\n { d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4', key: '702lig' },\n ],\n ['path', { d: 'M14 2v6h6', key: '1kof46' }],\n ['path', { d: 'm3 12.5 5 5', key: '1qls4r' }],\n ['path', { d: 'm8 12.5-5 5', key: 'b853mi' }],\n]);\n\nexport default FileX2;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CACE,QACA;EAAEC,CAAA,EAAG,qDAAuD;EAAAC,GAAA,EAAK;AAAS,EAC5E,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC5C,CAAC,MAAQ;EAAED,CAAA,EAAG,aAAe;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC7C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |