lucide-solid
Version:
A Lucide icon library package for Solid applications
8 lines (7 loc) • 2.07 kB
Source Map (JSON)
{
"version": 3,
"sources": ["../../../src/icons/git-pull-request-create.tsx"],
"sourcesContent": ["import Icon from '../Icon';\nimport type { IconNode, LucideProps } from '../types';\n\nconst iconNode: IconNode = [\n ['circle', { cx: '6', cy: '6', r: '3', key: '1lh9wr' }],\n ['path', { d: 'M6 9v12', key: '1sc30k' }],\n ['path', { d: 'M13 6h3a2 2 0 0 1 2 2v3', key: '1jb6z3' }],\n ['path', { d: 'M18 15v6', key: '9wciyi' }],\n ['path', { d: 'M21 18h-6', key: '139f0c' }],\n];\n\n/**\n * @component @name GitPullRequestCreate\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview  - https://lucide.dev/icons/git-pull-request-create\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 GitPullRequestCreate = (props: LucideProps) => (\n <Icon {...props} iconNode={iconNode} name=\"git-pull-request-create\" />\n);\n\nexport default GitPullRequestCreate;\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,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,uBAAuB,CAAC,UAC5B,CAAC,SAAS,OAAO,UAAU,UAAU,KAAK,0BAA0B;AAGtE,IAAO,kCAAQ;",
"names": []
}