lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.39 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/flower-2.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1',\n key: '3pnvol',\n },\n ],\n ['circle', { cx: '12', cy: '8', r: '2', key: '1822b1' }],\n ['path', { d: 'M12 10v12', key: '6ubwww' }],\n ['path', { d: 'M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z', key: '9hd38g' }],\n ['path', { d: 'M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z', key: 'ufn41s' }],\n];\n\n/**\n * @component @name Flower2\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/flower-2\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 Flower2 = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"flower-2\" />;\n\nexport default Flower2;\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,UAAU,EAAE,IAAI,MAAM,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACvD,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAAA,EAC1C,CAAC,QAAQ,EAAE,GAAG,+CAA+C,KAAK,SAAS,CAAC;AAAA,EAC5E,CAAC,QAAQ,EAAE,GAAG,gDAAgD,KAAK,SAAS,CAAC;AAC/E;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,WAAW;AAE7F,IAAO,mBAAQ;",
"names": []
}