lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.05 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/dessert.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '12', cy: '4', r: '2', key: 'muu5ef' }],\n [\n 'path',\n {\n d: 'M10.2 3.2C5.5 4 2 8.1 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4 0c0-4.9-3.5-9-8.2-9.8',\n key: 'lfo06j',\n },\n ],\n ['path', { d: 'M3.2 14.8a9 9 0 0 0 17.6 0', key: '12xarc' }],\n];\n\n/**\n * @component @name Dessert\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/dessert\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 Dessert = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"dessert\" />;\n\nexport default Dessert;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACvD;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,QAAQ,EAAE,GAAG,8BAA8B,KAAK,SAAS,CAAC;AAC7D;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,UAAU;AAE5F,IAAO,kBAAQ;",
"names": []
}