lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.61 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/copyright.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n ['path', { d: 'M14.83 14.83a4 4 0 1 1 0-5.66', key: '1i56pz' }],\n];\n\n/**\n * @component @name Copyright\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/copyright\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 Copyright = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"copyright\" />;\n\nexport default Copyright;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,MAAM,KAAK,SAAS,CAAC;AAAA,EACzD,CAAC,QAAQ,EAAE,GAAG,iCAAiC,KAAK,SAAS,CAAC;AAChE;AAaA,IAAM,YAAY,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAEhG,IAAO,oBAAQ;",
"names": []
}