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:
Joris Gallot
2025-10-31 10:15:31 +01:00
committed by GitHub
parent 2e794a296a
commit 028fc12657
4 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"joris-gallot"
],
"tags": [
"code",
"version control",
"vcs",
"repository",
"delete",
"remove",
"-"
],
"categories": [
"development"
]
}

View 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

View File

@@ -5,6 +5,10 @@
"ericfennis"
],
"tags": [
"code",
"version control",
"vcs",
"repository",
"add",
"create",
"+"

View File

@@ -7,7 +7,9 @@
],
"tags": [
"code",
"version control"
"version control",
"vcs",
"repository"
],
"categories": [
"development"