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 RefreshCcwDot = createLucideIcon(\"RefreshCcwDot\", [[\"path\", {\n d: \"M3 2v6h6\",\n key: \"18ldww\"\n}], [\"path\", {\n d: \"M21 12A9 9 0 0 0 6 5.3L3 8\",\n key: \"1pbrqz\"\n}], [\"path\", {\n d: \"M21 22v-6h-6\",\n key: \"usdfbe\"\n}], [\"path\", {\n d: \"M3 12a9 9 0 0 0 15 6.7l3-2.7\",\n key: \"1hosoe\"\n}], [\"circle\", {\n cx: \"12\",\n cy: \"12\",\n r: \"1\",\n key: \"41hilf\"\n}]]);\nexport { RefreshCcwDot as default };","map":{"version":3,"names":["RefreshCcwDot","createLucideIcon","d","key","cx","cy","r"],"sources":["/home/gnx/Desktop/GNX-mailEnterprise/frontend/node_modules/lucide-react/src/icons/refresh-ccw-dot.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\n\n/**\n * @component @name RefreshCcwDot\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/refresh-ccw-dot\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 RefreshCcwDot = createLucideIcon('RefreshCcwDot', [\n ['path', { d: 'M3 2v6h6', key: '18ldww' }],\n ['path', { d: 'M21 12A9 9 0 0 0 6 5.3L3 8', key: '1pbrqz' }],\n ['path', { d: 'M21 22v-6h-6', key: 'usdfbe' }],\n ['path', { d: 'M3 12a9 9 0 0 0 15 6.7l3-2.7', key: '1hosoe' }],\n ['circle', { cx: '12', cy: '12', r: '1', key: '41hilf' }],\n]);\n\nexport default RefreshCcwDot;\n"],"mappings":";;;;;AAaM,MAAAA,aAAA,GAAgBC,gBAAA,CAAiB,eAAiB,GACtD,CAAC,MAAQ;EAAEC,CAAA,EAAG,UAAY;EAAAC,GAAA,EAAK;AAAA,CAAU,GACzC,CAAC,MAAQ;EAAED,CAAA,EAAG,4BAA8B;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC3D,CAAC,MAAQ;EAAED,CAAA,EAAG,cAAgB;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7C,CAAC,MAAQ;EAAED,CAAA,EAAG,8BAAgC;EAAAC,GAAA,EAAK;AAAA,CAAU,GAC7D,CAAC,QAAU;EAAEC,EAAI;EAAMC,EAAI;EAAMC,CAAG;EAAKH,GAAK;AAAA,CAAU,EACzD","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |