fix(icons): update goal icon (#1924)

* Updated icons/goal.svg

* Updated icons/goal.json
This commit is contained in:
Jakob Guddas
2024-02-27 10:17:59 +01:00
committed by GitHub
parent 28ec03ebc8
commit c30ccd472e
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"contributors": [ "contributors": [
"guillermo-angeles" "guillermo-angeles",
"jguddas"
], ],
"tags": [ "tags": [
"flag", "flag",

View File

@@ -10,6 +10,6 @@
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M12 13V2l8 4-8 4" /> <path d="M12 13V2l8 4-8 4" />
<path d="M20.55 10.23A9 9 0 1 1 8 4.94" /> <path d="M20.561 10.222a9 9 0 1 1-12.55-5.29" />
<path d="M8 10a5 5 0 1 0 8.9 2.02" /> <path d="M8.002 9.997a5 5 0 1 0 8.9 2.02" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 338 B