lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.62 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/corner-right-up.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['polyline', { points: '10 9 15 4 20 9', key: '1lr6px' }],\n ['path', { d: 'M4 20h7a4 4 0 0 0 4-4V4', key: '1plgdj' }],\n];\n\n/**\n * @component @name CornerRightUp\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/corner-right-up\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 CornerRightUp = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"corner-right-up\" />\n);\n\nexport default CornerRightUp;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,YAAY,EAAE,QAAQ,kBAAkB,KAAK,SAAS,CAAC;AAAA,EACxD,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAC1D;AAaA,IAAM,gBAAgB,CAAC,UACrB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,kBAAkB;AAG9D,IAAO,0BAAQ;",
"names": []
}