lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.65 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/iteration-cw.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4', key: 'tuf4su' }],\n ['polyline', { points: '8 22 4 18 8 14', key: 'evkj9s' }],\n];\n\n/**\n * @component @name IterationCw\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/iteration-cw\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 IterationCw = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"iteration-cw\" />\n);\n\nexport default IterationCw;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,+CAA+C,KAAK,SAAS,CAAC;AAAA,EAC5E,CAAC,YAAY,EAAE,QAAQ,kBAAkB,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,cAAc,CAAC,UACnB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,eAAe;AAG3D,IAAO,uBAAQ;",
"names": []
}