1 line
3.2 KiB
JSON
1 line
3.2 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst CalendarCheck = createLucideIcon(\"CalendarCheck\", [[\"rect\", {\n width: \"18\",\n height: \"18\",\n x: \"3\",\n y: \"4\",\n rx: \"2\",\n ry: \"2\",\n key: \"eu3xkr\"\n}], [\"line\", {\n x1: \"16\",\n x2: \"16\",\n y1: \"2\",\n y2: \"6\",\n key: \"m3sa8f\"\n}], [\"line\", {\n x1: \"8\",\n x2: \"8\",\n y1: \"2\",\n y2: \"6\",\n key: \"18kwsl\"\n}], [\"line\", {\n x1: \"3\",\n x2: \"21\",\n y1: \"10\",\n y2: \"10\",\n key: \"xt86sb\"\n}], [\"path\", {\n d: \"m9 16 2 2 4-4\",\n key: \"19s6y9\"\n}]]);\nexport { CalendarCheck as default };","map":{"version":3,"names":["CalendarCheck","createLucideIcon","width","height","x","y","rx","ry","key","x1","x2","y1","y2","d"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/calendar-check.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CalendarCheck\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/calendar-check\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 CalendarCheck = createLucideIcon('CalendarCheck', [\n [\n 'rect',\n {\n width: '18',\n height: '18',\n x: '3',\n y: '4',\n rx: '2',\n ry: '2',\n key: 'eu3xkr',\n },\n ],\n ['line', { x1: '16', x2: '16', y1: '2', y2: '6', key: 'm3sa8f' }],\n ['line', { x1: '8', x2: '8', y1: '2', y2: '6', key: '18kwsl' }],\n ['line', { x1: '3', x2: '21', y1: '10', y2: '10', key: 'xt86sb' }],\n ['path', { d: 'm9 16 2 2 4-4', key: '19s6y9' }],\n]);\n\nexport default CalendarCheck;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CACE,QACA;EACEC,KAAO;EACPC,MAAQ;EACRC,CAAG;EACHC,CAAG;EACHC,EAAI;EACJC,EAAI;EACJC,GAAK;AACP,EACF,EACA,CAAC,QAAQ;EAAEC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,GAChE,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,GAAK;EAAAJ,GAAA,EAAK;AAAA,CAAU,GAC9D,CAAC,QAAQ;EAAEC,EAAA,EAAI,GAAK;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAC,EAAA,EAAI,IAAM;EAAAJ,GAAA,EAAK;AAAA,CAAU,GACjE,CAAC,MAAQ;EAAEK,CAAA,EAAG,eAAiB;EAAAL,GAAA,EAAK;AAAA,CAAU,EAC/C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |