lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.09 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/refresh-ccw-dot.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\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\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-solid - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst RefreshCcwDot = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"refresh-ccw-dot\" />\n);\n\nexport default RefreshCcwDot;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,8BAA8B,KAAK,SAAS,CAAC;AAAA,EAC3D,CAAC,QAAQ,EAAE,GAAG,gBAAgB,KAAK,SAAS,CAAC;AAAA,EAC7C,CAAC,QAAQ,EAAE,GAAG,gCAAgC,KAAK,SAAS,CAAC;AAAA,EAC7D,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,gBAAgB,CAAC,UACrB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}