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 ArrowBigDownDash = createLucideIcon(\"ArrowBigDownDash\", [[\"path\", {\n d: \"M15 5H9\",\n key: \"1tp3ed\"\n}], [\"path\", {\n d: \"M15 9v3h4l-7 7-7-7h4V9h6z\",\n key: \"oscb9h\"\n}]]);\nexport { ArrowBigDownDash as default };","map":{"version":3,"names":["ArrowBigDownDash","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/arrow-big-down-dash.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowBigDownDash\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-big-down-dash\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 ArrowBigDownDash = createLucideIcon('ArrowBigDownDash', [\n ['path', { d: 'M15 5H9', key: '1tp3ed' }],\n ['path', { d: 'M15 9v3h4l-7 7-7-7h4V9h6z', key: 'oscb9h' }],\n]);\n\nexport default ArrowBigDownDash;\n"],"mappings":";;;;;AAaM,MAAAA,gBAAA,GAAmBC,gBAAA,CAAiB,kBAAoB,GAC5D,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,2BAA6B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |