lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.58 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/forward.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['polyline', { points: '15 17 20 12 15 7', key: '1w3sku' }],\n ['path', { d: 'M4 18v-2a4 4 0 0 1 4-4h12', key: 'jmiej9' }],\n];\n\n/**\n * @component @name Forward\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/forward\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 Forward = (props: LucideProps) => <Icon {...props} iconNode={iconNode} name=\"forward\" />;\n\nexport default Forward;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,YAAY,EAAE,QAAQ,oBAAoB,KAAK,SAAS,CAAC;AAAA,EAC1D,CAAC,QAAQ,EAAE,GAAG,6BAA6B,KAAK,SAAS,CAAC;AAC5D;AAaA,IAAM,UAAU,CAAC,UAAuB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,UAAU;AAE5F,IAAO,kBAAQ;",
"names": []
}