1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Martini = createLucideIcon(\"Martini\", [[\"path\", {\n d: \"M8 22h8\",\n key: \"rmew8v\"\n}], [\"path\", {\n d: \"M12 11v11\",\n key: \"ur9y6a\"\n}], [\"path\", {\n d: \"m19 3-7 8-7-8Z\",\n key: \"1sgpiw\"\n}]]);\nexport { Martini as default };","map":{"version":3,"names":["Martini","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/martini.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Martini\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/martini\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 Martini = createLucideIcon('Martini', [\n ['path', { d: 'M8 22h8', key: 'rmew8v' }],\n ['path', { d: 'M12 11v11', key: 'ur9y6a' }],\n ['path', { d: 'm19 3-7 8-7-8Z', key: '1sgpiw' }],\n]);\n\nexport default Martini;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CAAC,MAAQ;EAAEC,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,WAAa;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAED,CAAA,EAAG,gBAAkB;EAAAC,GAAA,EAAK;AAAA,CAAU,EAChD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |