lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.69 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/chart-no-axes-gantt.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M8 6h10', key: '9lnwnk' }],\n ['path', { d: 'M6 12h9', key: '1g9pqf' }],\n ['path', { d: 'M11 18h7', key: 'c8dzvl' }],\n];\n\n/**\n * @component @name ChartNoAxesGantt\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-no-axes-gantt\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 ChartNoAxesGantt = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"chart-no-axes-gantt\" />\n);\n\nexport default ChartNoAxesGantt;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,mBAAmB,CAAC,UACxB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,sBAAsB;AAGlE,IAAO,8BAAQ;",
"names": []
}