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 HardDriveDownload = createLucideIcon(\"HardDriveDownload\", [[\"path\", {\n d: \"M12 2v8\",\n key: \"1q4o3n\"\n}], [\"path\", {\n d: \"m16 6-4 4-4-4\",\n key: \"6wukr\"\n}], [\"rect\", {\n width: \"20\",\n height: \"8\",\n x: \"2\",\n y: \"14\",\n rx: \"2\",\n key: \"w68u3i\"\n}], [\"path\", {\n d: \"M6 18h.01\",\n key: \"uhywen\"\n}], [\"path\", {\n d: \"M10 18h.01\",\n key: \"h775k\"\n}]]);\nexport { HardDriveDownload as default };","map":{"version":3,"names":["HardDriveDownload","createLucideIcon","d","key","width","height","x","y","rx"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/hard-drive-download.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name HardDriveDownload\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/hard-drive-download\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 HardDriveDownload = createLucideIcon('HardDriveDownload', [\n ['path', { d: 'M12 2v8', key: '1q4o3n' }],\n ['path', { d: 'm16 6-4 4-4-4', key: '6wukr' }],\n [\n 'rect',\n { width: '20', height: '8', x: '2', y: '14', rx: '2', key: 'w68u3i' },\n ],\n ['path', { d: 'M6 18h.01', key: 'uhywen' }],\n ['path', { d: 'M10 18h.01', key: 'h775k' }],\n]);\n\nexport default HardDriveDownload;\n"],"mappings":";;;;;AAaM,MAAAA,iBAAA,GAAoBC,gBAAA,CAAiB,mBAAqB,GAC9D,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,eAAiB;EAAAC,GAAA,EAAK;AAAA,CAAS,GAC7C,CACE,QACA;EAAEC,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAL,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAS,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |