aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/git-pull-request-draft.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/git-pull-request-draft.js')
-rw-r--r--icons-react/icons-js/git-pull-request-draft.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/git-pull-request-draft.js b/icons-react/icons-js/git-pull-request-draft.js
index 0c2e19c0..4f0d959a 100644
--- a/icons-react/icons-js/git-pull-request-draft.js
+++ b/icons-react/icons-js/git-pull-request-draft.js
@@ -6,7 +6,7 @@ function IconGitPullRequestDraft({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-git-pull-request-draft" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/git-pull-request-draft"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={6} cy={18} r={2} /><circle cx={6} cy={6} r={2} /><circle cx={18} cy={18} r={2} /><path d="M6 8v8" /><path d="M18 11h.01" /><path d="M18 6h.01" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-git-pull-request-draft" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><circle cx={6} cy={18} r={2} /><circle cx={6} cy={6} r={2} /><circle cx={18} cy={18} r={2} /><path d="M6 8v8" /><path d="M18 11h.01" /><path d="M18 6h.01" /></svg>;
}
export default IconGitPullRequestDraft; \ No newline at end of file