1 line
1.7 KiB
JSON
1 line
1.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Navigation = createLucideIcon(\"Navigation\", [[\"polygon\", {\n points: \"3 11 22 2 13 21 11 13 3 11\",\n key: \"1ltx0t\"\n}]]);\nexport { Navigation as default };","map":{"version":3,"names":["Navigation","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/navigation.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Navigation\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/navigation\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 Navigation = createLucideIcon('Navigation', [\n ['polygon', { points: '3 11 22 2 13 21 11 13 3 11', key: '1ltx0t' }],\n]);\n\nexport default Navigation;\n"],"mappings":";;;;;AAaM,MAAAA,UAAA,GAAaC,gBAAA,CAAiB,YAAc,GAChD,CAAC,SAAW;EAAEC,MAAA,EAAQ,4BAA8B;EAAAC,GAAA,EAAK;AAAA,CAAU,EACpE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |