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 Crop = createLucideIcon(\"Crop\", [[\"path\", {\n d: \"M6 2v14a2 2 0 0 0 2 2h14\",\n key: \"ron5a4\"\n}], [\"path\", {\n d: \"M18 22V8a2 2 0 0 0-2-2H2\",\n key: \"7s9ehn\"\n}]]);\nexport { Crop as default };","map":{"version":3,"names":["Crop","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/crop.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Crop\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/crop\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 Crop = createLucideIcon('Crop', [\n ['path', { d: 'M6 2v14a2 2 0 0 0 2 2h14', key: 'ron5a4' }],\n ['path', { d: 'M18 22V8a2 2 0 0 0-2-2H2', key: '7s9ehn' }],\n]);\n\nexport default Crop;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CAAC,MAAQ;EAAEC,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAED,CAAA,EAAG,0BAA4B;EAAAC,GAAA,EAAK;AAAA,CAAU,EAC1D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |