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 ArrowLeftRight = createLucideIcon(\"ArrowLeftRight\", [[\"path\", {\n d: \"M8 3 4 7l4 4\",\n key: \"9rb6wj\"\n}], [\"path\", {\n d: \"M4 7h16\",\n key: \"6tx8e3\"\n}], [\"path\", {\n d: \"m16 21 4-4-4-4\",\n key: \"siv7j2\"\n}], [\"path\", {\n d: \"M20 17H4\",\n key: \"h6l3hr\"\n}]]);\nexport { ArrowLeftRight as default };","map":{"version":3,"names":["ArrowLeftRight","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/arrow-left-right.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowLeftRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-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 ArrowLeftRight = createLucideIcon('ArrowLeftRight', [\n ['path', { d: 'M8 3 4 7l4 4', key: '9rb6wj' }],\n ['path', { d: 'M4 7h16', key: '6tx8e3' }],\n ['path', { d: 'm16 21 4-4-4-4', key: 'siv7j2' }],\n ['path', { d: 'M20 17H4', key: 'h6l3hr' }],\n]);\n\nexport default ArrowLeftRight;\n"],"mappings":";;;;;AAaM,MAAAA,cAAA,GAAiBC,gBAAA,CAAiB,gBAAkB,GACxD,CAAC,MAAQ;EAAEC,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC/C,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |