1 line
2.2 KiB
JSON
1 line
2.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ShoppingBag = createLucideIcon(\"ShoppingBag\", [[\"path\", {\n d: \"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z\",\n key: \"hou9p0\"\n}], [\"path\", {\n d: \"M3 6h18\",\n key: \"d0wm0j\"\n}], [\"path\", {\n d: \"M16 10a4 4 0 0 1-8 0\",\n key: \"1ltviw\"\n}]]);\nexport { ShoppingBag as default };","map":{"version":3,"names":["ShoppingBag","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/shopping-bag.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ShoppingBag\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/shopping-bag\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 ShoppingBag = createLucideIcon('ShoppingBag', [\n [\n 'path',\n { d: 'M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z', key: 'hou9p0' },\n ],\n ['path', { d: 'M3 6h18', key: 'd0wm0j' }],\n ['path', { d: 'M16 10a4 4 0 0 1-8 0', key: '1ltviw' }],\n]);\n\nexport default ShoppingBag;\n"],"mappings":";;;;;AAaM,MAAAA,WAAA,GAAcC,gBAAA,CAAiB,aAAe,GAClD,CACE,QACA;EAAEC,CAAA,EAAG,oDAAsD;EAAAC,GAAA,EAAK;AAAS,EAC3E,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAU,EACtD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |