1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ChevronsDownUp = createLucideIcon(\"ChevronsDownUp\", [[\"path\", {\n d: \"m7 20 5-5 5 5\",\n key: \"13a0gw\"\n}], [\"path\", {\n d: \"m7 4 5 5 5-5\",\n key: \"1kwcof\"\n}]]);\nexport { ChevronsDownUp as default };","map":{"version":3,"names":["ChevronsDownUp","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/chevrons-down-up.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ChevronsDownUp\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chevrons-down-up\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 ChevronsDownUp = createLucideIcon('ChevronsDownUp', [\n ['path', { d: 'm7 20 5-5 5 5', key: '13a0gw' }],\n ['path', { d: 'm7 4 5 5 5-5', key: '1kwcof' }],\n]);\n\nexport default ChevronsDownUp;\n"],"mappings":";;;;;AAaM,MAAAA,cAAA,GAAiBC,gBAAA,CAAiB,gBAAkB,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC9C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |