lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.68 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/rectangle-circle.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z', key: '1m5n7q' }],\n ['circle', { cx: '14', cy: '12', r: '8', key: '1pag6k' }],\n];\n\n/**\n * @component @name RectangleCircle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/rectangle-circle\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 RectangleCircle = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"rectangle-circle\" />\n);\n\nexport default RectangleCircle;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,6CAA6C,KAAK,SAAS,CAAC;AAAA,EAC1E,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,KAAK,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,kBAAkB,CAAC,UACvB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,mBAAmB;AAG/D,IAAO,2BAAQ;",
"names": []
}