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 Voicemail = createLucideIcon(\"Voicemail\", [[\"circle\", {\n cx: \"6\",\n cy: \"12\",\n r: \"4\",\n key: \"1ehtga\"\n}], [\"circle\", {\n cx: \"18\",\n cy: \"12\",\n r: \"4\",\n key: \"4vafl8\"\n}], [\"line\", {\n x1: \"6\",\n x2: \"18\",\n y1: \"16\",\n y2: \"16\",\n key: \"pmt8us\"\n}]]);\nexport { Voicemail as default };","map":{"version":3,"names":["Voicemail","createLucideIcon","cx","cy","r","key","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/voicemail.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Voicemail\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/voicemail\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 Voicemail = createLucideIcon('Voicemail', [\n ['circle', { cx: '6', cy: '12', r: '4', key: '1ehtga' }],\n ['circle', { cx: '18', cy: '12', r: '4', key: '4vafl8' }],\n ['line', { x1: '6', x2: '18', y1: '16', y2: '16', key: 'pmt8us' }],\n]);\n\nexport default Voicemail;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CAAC,QAAU;EAAEC,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACvD,CAAC,QAAU;EAAEH,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKC,GAAK;AAAA,CAAU,GACxD,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,EAClE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |