The Lucide git pull request arrow icon visually represents the action of submitting a code change for review, commonly used in version control interfaces to initiate a pull request.
Common uses
- Button to create a new pull request
- Link to view existing pull requests
- Status indicator for pending code reviews
Use it in React
Install
npm i lucide-reactImport & render
import { GitPullRequestArrow } from 'lucide-react';
<GitPullRequestArrow size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codeversion controlopengitpullrequestarrowcode review arrowsubmit changes iconmerge request iconversion control request
FAQ
- What does the git pull request arrow icon represent?
- It symbolizes the process of proposing changes to a codebase, often used in Git workflows to request that your code be merged into another branch.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library with the following import statement: import { GitPullRequestArrow } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon library, including this icon, is distributed under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.