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