1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Layers = createLucideIcon(\"Layers\", [[\"polygon\", {\n points: \"12 2 2 7 12 12 22 7 12 2\",\n key: \"1b0ttc\"\n}], [\"polyline\", {\n points: \"2 17 12 22 22 17\",\n key: \"imjtdl\"\n}], [\"polyline\", {\n points: \"2 12 12 17 22 12\",\n key: \"5dexcv\"\n}]]);\nexport { Layers as default };","map":{"version":3,"names":["Layers","createLucideIcon","points","key"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/layers.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Layers\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/layers\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 Layers = createLucideIcon('Layers', [\n ['polygon', { points: '12 2 2 7 12 12 22 7 12 2', key: '1b0ttc' }],\n ['polyline', { points: '2 17 12 22 22 17', key: 'imjtdl' }],\n ['polyline', { points: '2 12 12 17 22 12', key: '5dexcv' }],\n]);\n\nexport default Layers;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,SAAW;EAAEC,MAAA,EAAQ,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,UAAY;EAAED,MAAA,EAAQ,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1D,CAAC,UAAY;EAAED,MAAA,EAAQ,kBAAoB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC3D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |