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 ChevronsLeftRight = createLucideIcon(\"ChevronsLeftRight\", [[\"path\", {\n d: \"m9 7-5 5 5 5\",\n key: \"j5w590\"\n}], [\"path\", {\n d: \"m15 7 5 5-5 5\",\n key: \"1bl6da\"\n}]]);\nexport { ChevronsLeftRight as default };","map":{"version":3,"names":["ChevronsLeftRight","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/chevrons-left-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ChevronsLeftRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chevrons-left-right\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 ChevronsLeftRight = createLucideIcon('ChevronsLeftRight', [\n ['path', { d: 'm9 7-5 5 5 5', key: 'j5w590' }],\n ['path', { d: 'm15 7 5 5-5 5', key: '1bl6da' }],\n]);\n\nexport default ChevronsLeftRight;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC/C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |