1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst DownloadCloud = createLucideIcon(\"DownloadCloud\", [[\"path\", {\n d: \"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242\",\n key: \"1pljnt\"\n}], [\"path\", {\n d: \"M12 12v9\",\n key: \"192myk\"\n}], [\"path\", {\n d: \"m8 17 4 4 4-4\",\n key: \"1ul180\"\n}]]);\nexport { DownloadCloud as default };","map":{"version":3,"names":["DownloadCloud","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/download-cloud.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name DownloadCloud\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/download-cloud\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 DownloadCloud = createLucideIcon('DownloadCloud', [\n [\n 'path',\n {\n d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',\n key: '1pljnt',\n },\n ],\n ['path', { d: 'M12 12v9', key: '192myk' }],\n ['path', { d: 'm8 17 4 4 4-4', key: '1ul180' }],\n]);\n\nexport default DownloadCloud;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC/C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |