lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.53 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/arrow-left.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'm12 19-7-7 7-7', key: '1l729n' }],\n ['path', { d: 'M19 12H5', key: 'x3x0zl' }],\n];\n\n/**\n * @component @name ArrowLeft\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-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 ArrowLeft = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"arrow-left\" />;\n\nexport default ArrowLeft;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,kBAAkB,KAAK,SAAS,CAAC;AAAA,EAC/C,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAC3C;AAaA,IAAM,YAAY,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,aAAa;AAEjG,IAAO,qBAAQ;",
"names": []
}