1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Map = createLucideIcon(\"Map\", [[\"polygon\", {\n points: \"3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21\",\n key: \"ok2ie8\"\n}], [\"line\", {\n x1: \"9\",\n x2: \"9\",\n y1: \"3\",\n y2: \"18\",\n key: \"w34qz5\"\n}], [\"line\", {\n x1: \"15\",\n x2: \"15\",\n y1: \"6\",\n y2: \"21\",\n key: \"volv9a\"\n}]]);\nexport { Map as default };","map":{"version":3,"names":["Map","createLucideIcon","points","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/map.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Map\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/map\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 Map = createLucideIcon('Map', [\n [\n 'polygon',\n { points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21', key: 'ok2ie8' },\n ],\n ['line', { x1: '9', x2: '9', y1: '3', y2: '18', key: 'w34qz5' }],\n ['line', { x1: '15', x2: '15', y1: '6', y2: '21', key: 'volv9a' }],\n]);\n\nexport default Map;\n"],"mappings":";;;;;AAaM,MAAAA,GAAA,GAAMC,gBAAA,CAAiB,KAAO,GAClC,CACE,WACA;EAAEC,MAAA,EAAQ,yCAA2C;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,GAC/D,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |