1 line
1.8 KiB
JSON
1 line
1.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Axis3d = createLucideIcon(\"Axis3d\", [[\"path\", {\n d: \"M4 4v16h16\",\n key: \"1s015l\"\n}], [\"path\", {\n d: \"m4 20 7-7\",\n key: \"17qe9y\"\n}]]);\nexport { Axis3d as default };","map":{"version":3,"names":["Axis3d","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/axis-3d.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Axis3d\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/axis-3d\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 Axis3d = createLucideIcon('Axis3d', [\n ['path', { d: 'M4 4v16h16', key: '1s015l' }],\n ['path', { d: 'm4 20 7-7', key: '17qe9y' }],\n]);\n\nexport default Axis3d;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,MAAQ;EAAEC,CAAA,EAAG,YAAc;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3C,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |