lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.67 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/iteration-ccw.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8', key: '4znkd0' }],\n ['polyline', { points: '16 14 20 18 16 22', key: '11njsm' }],\n];\n\n/**\n * @component @name IterationCcw\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/iteration-ccw\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 IterationCcw = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"iteration-ccw\" />\n);\n\nexport default IterationCcw;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,iDAAiD,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,YAAY,EAAE,QAAQ,qBAAqB,KAAK,SAAS,CAAC;AAC7D;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gBAAgB;AAG5D,IAAO,wBAAQ;",
"names": []
}