1 line
1.9 KiB
JSON
1 line
1.9 KiB
JSON
{"ast":null,"code":"/**\n * lucide-react v0.0.1 - ISC\n */\n\nimport createLucideIcon from '../createLucideIcon.mjs';\nconst Clock5 = createLucideIcon(\"Clock5\", [[\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"10\",\n key: \"1mglay\"\n}], [\"polyline\", {\n points: \"12 6 12 12 14.5 16\",\n key: \"1pcbox\"\n}]]);\nexport { Clock5 as default };","map":{"version":3,"names":["Clock5","createLucideIcon","cx","cy","r","key","points"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/clock-5.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name Clock5\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/clock-5\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 Clock5 = createLucideIcon('Clock5', [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n ['polyline', { points: '12 6 12 12 14.5 16', key: '1pcbox' }],\n]);\n\nexport default Clock5;\n"],"mappings":";;;;;AAaM,MAAAA,MAAA,GAASC,gBAAA,CAAiB,QAAU,GACxC,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAMC,GAAK;AAAA,CAAU,GACzD,CAAC,UAAY;EAAEC,MAAA,EAAQ,oBAAsB;EAAAD,GAAA,EAAK;AAAA,CAAU,EAC7D","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |