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 FilterX = createLucideIcon(\"FilterX\", [[\"path\", {\n d: \"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055\",\n key: \"1fi1da\"\n}], [\"path\", {\n d: \"m22 3-5 5\",\n key: \"12jva0\"\n}], [\"path\", {\n d: \"m17 3 5 5\",\n key: \"k36vhe\"\n}]]);\nexport { FilterX as default };","map":{"version":3,"names":["FilterX","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/filter-x.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FilterX\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/filter-x\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 FilterX = createLucideIcon('FilterX', [\n ['path', { d: 'M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055', key: '1fi1da' }],\n ['path', { d: 'm22 3-5 5', key: '12jva0' }],\n ['path', { d: 'm17 3 5 5', key: 'k36vhe' }],\n]);\n\nexport default FilterX;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,0CAA4C;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzE,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |