lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.6 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/user.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2', key: '975kel' }],\n ['circle', { cx: '12', cy: '7', r: '4', key: '17ys0d' }],\n];\n\n/**\n * @component @name User\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user\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 User = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"user\" />;\n\nexport default User;\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,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AACzD;AAaA,IAAM,OAAO,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,OAAO;AAEtF,IAAO,eAAQ;",
"names": []
}