1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Filter = createLucideIcon(\"Filter\", [[\"polygon\", {\n points: \"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3\",\n key: \"1yg77f\"\n}]]);\nexport { Filter as default };","map":{"version":3,"names":["Filter","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/filter.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Filter\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/filter\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 Filter = createLucideIcon('Filter', [\n [\n 'polygon',\n { points: '22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3', key: '1yg77f' },\n ],\n]);\n\nexport default Filter;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CACE,WACA;EAAEC,MAAA,EAAQ,6CAA+C;EAAAC,GAAA,EAAK;AAAS,EACzE,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |