lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.44 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/arrow-big-down.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [['path', { d: 'M15 6v6h4l-7 7-7-7h4V6h6z', key: '1thax2' }]];\n\n/**\n * @component @name ArrowBigDown\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-big-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 ArrowBigDown = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"arrow-big-down\" />\n);\n\nexport default ArrowBigDown;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB,CAAC,CAAC,QAAQ,EAAE,GAAG,6BAA6B,KAAK,SAAS,CAAC,CAAC;AAavF,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}