lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 2.5 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/user-star.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z',\n key: '1m8t9f',\n },\n ],\n ['path', { d: 'M8 15H7a4 4 0 0 0-4 4v2', key: 'l9tmp8' }],\n ['circle', { cx: '10', cy: '7', r: '4', key: 'e45bow' }],\n];\n\n/**\n * @component @name UserStar\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/user-star\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 UserStar = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"user-star\" />;\n\nexport default UserStar;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAAA,EACxD,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AACzD;AAaA,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}