lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.25 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/tent-tree.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '4', cy: '4', r: '2', key: 'bt5ra8' }],\n ['path', { d: 'm14 5 3-3 3 3', key: '1sorif' }],\n ['path', { d: 'm14 10 3-3 3 3', key: '1jyi9h' }],\n ['path', { d: 'M17 14V2', key: '8ymqnk' }],\n ['path', { d: 'M17 14H7l-5 8h20Z', key: '13ar7p' }],\n ['path', { d: 'M8 14v8', key: '1ghmqk' }],\n ['path', { d: 'm9 14 5 8', key: '13pgi6' }],\n];\n\n/**\n * @component @name TentTree\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/tent-tree\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 TentTree = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"tent-tree\" />;\n\nexport default TentTree;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACtD,CAAC,QAAQ,EAAE,GAAG,iBAAiB,KAAK,SAAS,CAAC;AAAA,EAC9C,CAAC,QAAQ,EAAE,GAAG,kBAAkB,KAAK,SAAS,CAAC;AAAA,EAC/C,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,qBAAqB,KAAK,SAAS,CAAC;AAAA,EAClD,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,WAAW,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,YAAY;AAE/F,IAAO,oBAAQ;",
"names": []
}