lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.24 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/git-pull-request-create-arrow.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '5', cy: '6', r: '3', key: '1qnov2' }],\n ['path', { d: 'M5 9v12', key: 'ih889a' }],\n ['path', { d: 'm15 9-3-3 3-3', key: '1lwv8l' }],\n ['path', { d: 'M12 6h5a2 2 0 0 1 2 2v3', key: '1rbwk6' }],\n ['path', { d: 'M19 15v6', key: '10aioa' }],\n ['path', { d: 'M22 18h-6', key: '1d5gi5' }],\n];\n\n/**\n * @component @name GitPullRequestCreateArrow\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/git-pull-request-create-arrow\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 GitPullRequestCreateArrow = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"git-pull-request-create-arrow\" />\n);\n\nexport default GitPullRequestCreateArrow;\n"],
"mappings": ";;;;;;;;AAAA,OAAO,UAAU;AAGjB,IAAM,WAAqB;AAAA,EACzB,CAAC,UAAU,EAAE,IAAI,KAAK,IAAI,KAAK,GAAG,KAAK,KAAK,SAAS,CAAC;AAAA,EACtD,CAAC,QAAQ,EAAE,GAAG,WAAW,KAAK,SAAS,CAAC;AAAA,EACxC,CAAC,QAAQ,EAAE,GAAG,iBAAiB,KAAK,SAAS,CAAC;AAAA,EAC9C,CAAC,QAAQ,EAAE,GAAG,2BAA2B,KAAK,SAAS,CAAC;AAAA,EACxD,CAAC,QAAQ,EAAE,GAAG,YAAY,KAAK,SAAS,CAAC;AAAA,EACzC,CAAC,QAAQ,EAAE,GAAG,aAAa,KAAK,SAAS,CAAC;AAC5C;AAaA,IAAM,4BAA4B,CAAC,UACjC,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,gCAAgC;AAG5E,IAAO,wCAAQ;",
"names": []
}