1 line
3.0 KiB
JSON
1 line
3.0 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Contact2 = createLucideIcon(\"Contact2\", [[\"path\", {\n d: \"M16 18a4 4 0 0 0-8 0\",\n key: \"1lzouq\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"11\",\n r: \"3\",\n key: \"itu57m\"\n}], [\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"4\",\n rx: \"2\",\n key: \"1hopcy\"\n}], [\"line\", {\n x1: \"8\",\n x2: \"8\",\n y1: \"2\",\n y2: \"4\",\n key: \"1ff9gb\"\n}], [\"line\", {\n x1: \"16\",\n x2: \"16\",\n y1: \"2\",\n y2: \"4\",\n key: \"1ufoma\"\n}]]);\nexport { Contact2 as default };","map":{"version":3,"names":["Contact2","createLucideIcon","d","key","cx","cy","r","width","height","x","y","rx","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/contact-2.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Contact2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/contact-2\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 Contact2 = createLucideIcon('Contact2', [\n ['path', { d: 'M16 18a4 4 0 0 0-8 0', key: '1lzouq' }],\n ['circle', { cx: '12', cy: '11', r: '3', key: 'itu57m' }],\n [\n 'rect',\n { width: '18', height: '18', x: '3', y: '4', rx: '2', key: '1hopcy' },\n ],\n ['line', { x1: '8', x2: '8', y1: '2', y2: '4', key: '1ff9gb' }],\n ['line', { x1: '16', x2: '16', y1: '2', y2: '4', key: '1ufoma' }],\n]);\n\nexport default Contact2;\n"],"mappings":";;;;;AAaM,MAAAA,QAAA,GAAWC,gBAAA,CAAiB,UAAY,GAC5C,CAAC,MAAQ;EAAEC,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAU,GACrD,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,GACxD,CACE,QACA;EAAEI,KAAA,EAAO,IAAM;EAAAC,MAAA,EAAQ,IAAM;EAAAC,CAAA,EAAG,GAAK;EAAAC,CAAA,EAAG,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAR,GAAA,EAAK;AAAS,EACtE,EACA,CAAC,QAAQ;EAAES,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAZ,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAES,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAZ,GAAA,EAAK;AAAA,CAAU,EACjE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |