1 line
2.6 KiB
JSON
1 line
2.6 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst FileClock = createLucideIcon(\"FileClock\", [[\"path\", {\n d: \"M16 22h2c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3\",\n key: \"9lo3o3\"\n}], [\"polyline\", {\n points: \"14 2 14 8 20 8\",\n key: \"1ew0cm\"\n}], [\"circle\", {\n cx: \"8\",\n cy: \"16\",\n r: \"6\",\n key: \"10v15b\"\n}], [\"path\", {\n d: \"M9.5 17.5 8 16.25V14\",\n key: \"1o80t2\"\n}]]);\nexport { FileClock as default };","map":{"version":3,"names":["FileClock","createLucideIcon","d","key","points","cx","cy","r"],"sources":["/home/gnx/Desktop/gnx-mail/frontend/node_modules/lucide-react/src/icons/file-clock.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name FileClock\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/file-clock\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 FileClock = createLucideIcon('FileClock', [\n [\n 'path',\n {\n d: 'M16 22h2c.5 0 1-.2 1.4-.6.4-.4.6-.9.6-1.4V7.5L14.5 2H6c-.5 0-1 .2-1.4.6C4.2 3 4 3.5 4 4v3',\n key: '9lo3o3',\n },\n ],\n ['polyline', { points: '14 2 14 8 20 8', key: '1ew0cm' }],\n ['circle', { cx: '8', cy: '16', r: '6', key: '10v15b' }],\n ['path', { d: 'M9.5 17.5 8 16.25V14', key: '1o80t2' }],\n]);\n\nexport default FileClock;\n"],"mappings":";;;;;AAaM,MAAAA,SAAA,GAAYC,gBAAA,CAAiB,WAAa,GAC9C,CACE,QACA;EACEC,CAAG;EACHC,GAAK;AACP,EACF,EACA,CAAC,UAAY;EAAEC,MAAA,EAAQ,gBAAkB;EAAAD,GAAA,EAAK;AAAA,CAAU,GACxD,CAAC,QAAU;EAAEE,EAAI;EAAKC,EAAI;EAAMC,CAAG;EAAKJ,GAAK;AAAA,CAAU,GACvD,CAAC,MAAQ;EAAED,CAAA,EAAG,sBAAwB;EAAAC,GAAA,EAAK;AAAA,CAAU,EACtD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |