# GitPullRequestCreateIcon

> For the complete documentation index, see [llms.txt](https://lucide-animated.com/llms.txt). Per-icon markdown is at `https://lucide-animated.com/icons/<name>.md`. An MCP server is available at `https://lucide-animated.com/mcp`.

> Animated git pull request create icon for React — part of lucide-animated.

Source page: https://lucide-animated.com/icons/git-pull-request-create

## Install

```bash
npx shadcn@latest add "https://lucide-animated.com/r/git-pull-request-create.json"
```

## Usage

```tsx
import { GitPullRequestCreateIcon } from "@/components/icons/git-pull-request-create";

export function Demo() {
  return <GitPullRequestCreateIcon className="size-6" />;
}
```

The component animates on hover by default. All standard SVG props are forwarded.

## Keywords

- git
- pull request
- create
- version control
- repository

## Similar icons

- [GitPullRequestClosedIcon](https://lucide-animated.com/icons/git-pull-request-closed.md)
- [FolderGitIcon](https://lucide-animated.com/icons/folder-git.md)
- [FolderGit2Icon](https://lucide-animated.com/icons/folder-git-2.md)
- [GitBranchIcon](https://lucide-animated.com/icons/git-branch.md)
- [GitCompareIcon](https://lucide-animated.com/icons/git-compare.md)
- [GitCompareArrowsIcon](https://lucide-animated.com/icons/git-compare-arrows.md)
