1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ArrowDown01 = createLucideIcon(\"ArrowDown01\", [[\"path\", {\n d: \"m3 16 4 4 4-4\",\n key: \"1co6wj\"\n}], [\"path\", {\n d: \"M7 20V4\",\n key: \"1yoxec\"\n}], [\"rect\", {\n x: \"15\",\n y: \"4\",\n width: \"4\",\n height: \"6\",\n ry: \"2\",\n key: \"1bwicg\"\n}], [\"path\", {\n d: \"M17 20v-6h-2\",\n key: \"1qp1so\"\n}], [\"path\", {\n d: \"M15 20h4\",\n key: \"1j968p\"\n}]]);\nexport { ArrowDown01 as default };","map":{"version":3,"names":["ArrowDown01","createLucideIcon","d","key","x","y","width","height","ry"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/arrow-down-0-1.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ArrowDown01\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-down-0-1\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 ArrowDown01 = createLucideIcon('ArrowDown01', [\n ['path', { d: 'm3 16 4 4 4-4', key: '1co6wj' }],\n ['path', { d: 'M7 20V4', key: '1yoxec' }],\n [\n 'rect',\n { x: '15', y: '4', width: '4', height: '6', ry: '2', key: '1bwicg' },\n ],\n ['path', { d: 'M17 20v-6h-2', key: '1qp1so' }],\n ['path', { d: 'M15 20h4', key: '1j968p' }],\n]);\n\nexport default ArrowDown01;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CAAC,MAAQ;EAAEC,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC9C,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CACE,QACA;EAAEC,CAAA,EAAG,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,KAAA,EAAO,GAAK;EAAAC,MAAA,EAAQ,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |