1 line
2.3 KiB
JSON
1 line
2.3 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Wine = createLucideIcon(\"Wine\", [[\"path\", {\n d: \"M8 22h8\",\n key: \"rmew8v\"\n}], [\"path\", {\n d: \"M7 10h10\",\n key: \"1101jm\"\n}], [\"path\", {\n d: \"M12 15v7\",\n key: \"t2xh3l\"\n}], [\"path\", {\n d: \"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z\",\n key: \"10ffi3\"\n}]]);\nexport { Wine as default };","map":{"version":3,"names":["Wine","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/wine.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Wine\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/wine\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 Wine = createLucideIcon('Wine', [\n ['path', { d: 'M8 22h8', key: 'rmew8v' }],\n ['path', { d: 'M7 10h10', key: '1101jm' }],\n ['path', { d: 'M12 15v7', key: 't2xh3l' }],\n [\n 'path',\n {\n d: 'M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z',\n key: '10ffi3',\n },\n ],\n]);\n\nexport default Wine;\n"],"mappings":";;;;;AAaM,MAAAA,IAAA,GAAOC,gBAAA,CAAiB,MAAQ,GACpC,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CACE,QACA;EACED,CAAG;EACHC,GAAK;AACP,EACF,CACD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |