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-left.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [['path', { d: 'M18 15h-6v4l-7-7 7-7v4h6v6z', key: 'lbrdak' }]];\n\n/**\n * @component @name ArrowBigLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-big-left\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 ArrowBigLeft = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"arrow-big-left\" />\n);\n\nexport default ArrowBigLeft;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB,CAAC,CAAC,QAAQ,EAAE,GAAG,+BAA+B,KAAK,SAAS,CAAC,CAAC;AAazF,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}