lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.93 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/square-chart-gantt.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['rect', { width: '18', height: '18', x: '3', y: '3', rx: '2', key: 'afitv7' }],\n ['path', { d: 'M9 8h7', key: 'kbo1nt' }],\n ['path', { d: 'M8 12h6', key: 'ikassy' }],\n ['path', { d: 'M11 16h5', key: 'oq65wt' }],\n];\n\n/**\n * @component @name SquareChartGantt\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/square-chart-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 SquareChartGantt = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"square-chart-gantt\" />\n);\n\nexport default SquareChartGantt;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,OAAO,MAAM,QAAQ,MAAM,GAAG,KAAK,GAAG,KAAK,IAAI,KAAK,KAAK,SAAS,CAAC;AAAA,EAC9E,CAAC,QAAQ,EAAE,GAAG,UAAU,KAAK,SAAS,CAAC;AAAA,EACvC,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,qBAAqB;AAGjE,IAAO,6BAAQ;",
"names": []
}