1 line
3.8 KiB
JSON
1 line
3.8 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst CalendarRange = createLucideIcon(\"CalendarRange\", [[\"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: \"M17 14h-6\",\n key: \"bkmgh3\"\n}], [\"path\", {\n d: \"M13 18H7\",\n key: \"bb0bb7\"\n}], [\"path\", {\n d: \"M7 14h.01\",\n key: \"1qa3f1\"\n}], [\"path\", {\n d: \"M17 18h.01\",\n key: \"1bdyru\"\n}]]);\nexport { CalendarRange as default };","map":{"version":3,"names":["CalendarRange","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-range.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name CalendarRange\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/calendar-range\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 CalendarRange = createLucideIcon('CalendarRange', [\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: 'M17 14h-6', key: 'bkmgh3' }],\n ['path', { d: 'M13 18H7', key: 'bb0bb7' }],\n ['path', { d: 'M7 14h.01', key: '1qa3f1' }],\n ['path', { d: 'M17 18h.01', key: '1bdyru' }],\n]);\n\nexport default CalendarRange;\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,WAAa;EAAAL,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAEK,CAAA,EAAG,UAAY;EAAAL,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAEK,CAAA,EAAG,WAAa;EAAAL,GAAA,EAAK;AAAA,CAAU,GAC1C,CAAC,MAAQ;EAAEK,CAAA,EAAG,YAAc;EAAAL,GAAA,EAAK;AAAA,CAAU,EAC5C","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |