lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.86 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/rotate-ccw-square.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M20 9V7a2 2 0 0 0-2-2h-6', key: '19z8uc' }],\n ['path', { d: 'm15 2-3 3 3 3', key: '177bxs' }],\n ['path', { d: 'M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2', key: 'd36hnl' }],\n];\n\n/**\n * @component @name RotateCcwSquare\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rotate-ccw-square\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 RotateCcwSquare = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"rotate-ccw-square\" />\n);\n\nexport default RotateCcwSquare;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,4BAA4B,KAAK,SAAS,CAAC;AAAA,EACzD,CAAC,QAAQ,EAAE,GAAG,iBAAiB,KAAK,SAAS,CAAC;AAAA,EAC9C,CAAC,QAAQ,EAAE,GAAG,4DAA4D,KAAK,SAAS,CAAC;AAC3F;AAaA,IAAM,kBAAkB,CAAC,UACvB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,oBAAoB;AAGhE,IAAO,4BAAQ;",
"names": []
}