lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 1.55 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/arrow-up-right.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['path', { d: 'M7 7h10v10', key: '1tivn9' }],\n ['path', { d: 'M7 17 17 7', key: '1vkiza' }],\n];\n\n/**\n * @component @name ArrowUpRight\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/arrow-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 ArrowUpRight = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"arrow-up-right\" />\n);\n\nexport default ArrowUpRight;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAAA,EAC3C,CAAC,QAAQ,EAAE,GAAG,cAAc,KAAK,SAAS,CAAC;AAC7C;AAaA,IAAM,eAAe,CAAC,UACpB,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,iBAAiB;AAG7D,IAAO,yBAAQ;",
"names": []
}