lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.96 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/sprout.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3',\n key: '139s4v',\n },\n ],\n ['path', { d: 'M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4', key: '1dlkgp' }],\n ['path', { d: 'M5 21h14', key: '11awu3' }],\n];\n\n/**\n * @component @name Sprout\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/sprout\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 Sprout = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"sprout\" />;\n\nexport default Sprout;\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,oCAAoC,KAAK,SAAS,CAAC;AAAA,EACjE,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,SAAS,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,SAAS;AAE1F,IAAO,iBAAQ;",
"names": []
}