1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst ConciergeBell = createLucideIcon(\"ConciergeBell\", [[\"path\", {\n d: \"M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z\",\n key: \"1co3i8\"\n}], [\"path\", {\n d: \"M20 16a8 8 0 1 0-16 0\",\n key: \"1pa543\"\n}], [\"path\", {\n d: \"M12 4v4\",\n key: \"1bq03y\"\n}], [\"path\", {\n d: \"M10 4h4\",\n key: \"1xpv9s\"\n}]]);\nexport { ConciergeBell as default };","map":{"version":3,"names":["ConciergeBell","createLucideIcon","d","key"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/concierge-bell.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name ConciergeBell\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/concierge-bell\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 ConciergeBell = createLucideIcon('ConciergeBell', [\n [\n 'path',\n { d: 'M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z', key: '1co3i8' },\n ],\n ['path', { d: 'M20 16a8 8 0 1 0-16 0', key: '1pa543' }],\n ['path', { d: 'M12 4v4', key: '1bq03y' }],\n ['path', { d: 'M10 4h4', key: '1xpv9s' }],\n]);\n\nexport default ConciergeBell;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CACE,QACA;EAAEC,CAAA,EAAG,8CAAgD;EAAAC,GAAA,EAAK;AAAS,EACrE,EACA,CAAC,MAAQ;EAAED,CAAA,EAAG,uBAAyB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACtD,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,GACxC,CAAC,MAAQ;EAAED,CAAA,EAAG,SAAW;EAAAC,GAAA,EAAK;AAAA,CAAU,EACzC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |