The Lucide git pull request draft icon visually represents an ongoing or unsubmitted code review process, often used in UIs to signify a pull request that is still in its initial stages or being prepared.
Common uses
- Button to create a new draft pull request.
- Status indicator for pending code reviews.
- Link to a list of draft pull requests.
Use it in React
Install
npm i lucide-reactImport & render
import { GitPullRequestDraft } from 'lucide-react';
<GitPullRequestDraft size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codeversion controlopendraftdashedgitpullrequestcode review draftpending pull requestdashed pull requestgit draft
FAQ
- What does the git pull request draft icon represent?
- It symbolizes a pull request that is in a draft state, meaning it's not yet ready for formal review or merging. It's used to indicate an ongoing code contribution process.
- How do I use this icon in React?
- You can import and use it like this: import { GitPullRequestDraft } from 'lucide-react'. Then, render it as a component: <GitPullRequestDraft />.
- What is the license for this icon?
- The Lucide icon library, including the git pull request draft icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →