lucide-solid
Version:
A Lucide icon library package for Solid applications.
8 lines (7 loc) • 1.77 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/chart-no-axes-column-increasing.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M5 21v-6', key: '1hz6c0' }],\n ['path', { d: 'M12 21V9', key: 'uvy0l4' }],\n ['path', { d: 'M19 21V3', key: '11j9sm' }],\n];\n\n/**\n * @component @name ChartNoAxesColumnIncreasing\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/chart-no-axes-column-increasing\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 ChartNoAxesColumnIncreasing = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"chart-no-axes-column-increasing\" />\n);\n\nexport default ChartNoAxesColumnIncreasing;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,8BAA8B,CAAC,UACnC,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kCAAkC;AAG9E,IAAO,0CAAQ;",
"names": []
}