lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.65 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/trending-down.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['polyline', { points: '22 17 13.5 8.5 8.5 13.5 2 7', key: '1r2t7k' }],\n ['polyline', { points: '16 17 22 17 22 11', key: '11uiuu' }],\n];\n\n/**\n * @component @name TrendingDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/trending-down\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 TrendingDown = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"trending-down\" />\n);\n\nexport default TrendingDown;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,YAAY,EAAE,QAAQ,+BAA+B,KAAK,SAAS,CAAC;AAAA,EACrE,CAAC,YAAY,EAAE,QAAQ,qBAAqB,KAAK,SAAS,CAAC;AAC7D;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gBAAgB;AAG5D,IAAO,wBAAQ;",
"names": []
}