lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.2 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/beef.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3',\n key: 'cisjcv',\n },\n ],\n [\n 'path',\n {\n d: 'm18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5',\n key: '5byaag',\n },\n ],\n ['circle', { cx: '12.5', cy: '8.5', r: '2.5', key: '9738u8' }],\n];\n\n/**\n * @component @name Beef\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/beef\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 Beef = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"beef\" />;\n\nexport default Beef;\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;AAAA,IACE;AAAA,IACA;AAAA,MACE,GAAG;AAAA,MACH,KAAK;AAAA,IACP;AAAA,EACF;AAAA,EACA,CAAC,UAAU,EAAE,IAAI,QAAQ,IAAI,OAAO,GAAG,OAAO,KAAK,SAAS,CAAC;AAC/D;AAaA,IAAM,OAAO,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,OAAO;AAEtF,IAAO,eAAQ;",
"names": []
}