mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 11:25:09 +02:00
feat(icons): added git-branch-minus icon (#3586)
* Added icons/git-branch-minus.svg * Added icons/git-branch-minus.json * chore: optimise with circles Co-authored-by: Karsa <contact@karsa.org> * Update git-branch-minus.json * Update git-branch.json * Update git-branch-plus.json --------- Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
18
icons/git-branch-minus.json
Normal file
18
icons/git-branch-minus.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"joris-gallot"
|
||||
],
|
||||
"tags": [
|
||||
"code",
|
||||
"version control",
|
||||
"vcs",
|
||||
"repository",
|
||||
"delete",
|
||||
"remove",
|
||||
"-"
|
||||
],
|
||||
"categories": [
|
||||
"development"
|
||||
]
|
||||
}
|
||||
16
icons/git-branch-minus.svg
Normal file
16
icons/git-branch-minus.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M15 6a9 9 0 0 0-9 9V3" />
|
||||
<path d="M21 18h-6" />
|
||||
<circle cx="18" cy="6" r="3" />
|
||||
<circle cx="6" cy="18" r="3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 338 B |
@@ -5,6 +5,10 @@
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"code",
|
||||
"version control",
|
||||
"vcs",
|
||||
"repository",
|
||||
"add",
|
||||
"create",
|
||||
"+"
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
],
|
||||
"tags": [
|
||||
"code",
|
||||
"version control"
|
||||
"version control",
|
||||
"vcs",
|
||||
"repository"
|
||||
],
|
||||
"categories": [
|
||||
"development"
|
||||
|
||||
Reference in New Issue
Block a user