1 line
2.7 KiB
JSON
1 line
2.7 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Mailbox = createLucideIcon(\"Mailbox\", [[\"path\", {\n d: \"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z\",\n key: \"1lbycx\"\n}], [\"polyline\", {\n points: \"15,9 18,9 18,11\",\n key: \"1pm9c0\"\n}], [\"path\", {\n d: \"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0\",\n key: \"n6nfvi\"\n}], [\"line\", {\n x1: \"6\",\n x2: \"7\",\n y1: \"10\",\n y2: \"10\",\n key: \"1e2scm\"\n}]]);\nexport { Mailbox as default };","map":{"version":3,"names":["Mailbox","createLucideIcon","d","key","points","x1","x2","y1","y2"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/mailbox.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Mailbox\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/mailbox\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 Mailbox = createLucideIcon('Mailbox', [\n [\n 'path',\n {\n d: 'M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z',\n key: '1lbycx',\n },\n ],\n ['polyline', { points: '15,9 18,9 18,11', key: '1pm9c0' }],\n ['path', { d: 'M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2v0', key: 'n6nfvi' }],\n ['line', { x1: '6', x2: '7', y1: '10', y2: '10', key: '1e2scm' }],\n]);\n\nexport default Mailbox;\n"],"mappings":";;;;;AAaM,MAAAA,OAAA,GAAUC,gBAAA,CAAiB,SAAW,GAC1C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,UAAY;EAAEC,MAAA,EAAQ,iBAAmB;EAAAD,GAAA,EAAK;AAAA,CAAU,GACzD,CAAC,MAAQ;EAAED,CAAA,EAAG,2CAA6C;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC1E,CAAC,QAAQ;EAAEE,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAL,GAAA,EAAK;AAAA,CAAU,EACjE","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |