fix(icons): changed contact-* icon (#2391)

* Updated icons/contact.svg

* Updated icons/contact.json

* Updated icons/contact-round.svg

* Updated icons/contact-round.json
This commit is contained in:
Jakob Guddas
2024-08-23 10:27:32 +02:00
committed by GitHub
parent cbb4ed985c
commit 25707c7c47
4 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"contributors": [ "contributors": [
"karsa-mistmere" "karsa-mistmere",
"jguddas"
], ],
"tags": [ "tags": [
"user", "user",

View File

@@ -9,9 +9,9 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M16 18a4 4 0 0 0-8 0" /> <path d="M16 2v2" />
<circle cx="12" cy="11" r="3" /> <path d="M17.915 22a6 6 0 0 0-12 0" />
<rect width="18" height="18" x="3" y="4" rx="2" /> <path d="M8 2v2" />
<line x1="8" x2="8" y1="2" y2="4" /> <circle cx="12" cy="12" r="4" />
<line x1="16" x2="16" y1="2" y2="4" /> <rect x="3" y="4" width="18" height="18" rx="2" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 382 B

View File

@@ -4,7 +4,8 @@
"lscheibel", "lscheibel",
"karsa-mistmere", "karsa-mistmere",
"FPDK", "FPDK",
"ericfennis" "ericfennis",
"jguddas"
], ],
"tags": [ "tags": [
"user", "user",

View File

@@ -9,9 +9,9 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2" /> <path d="M16 2v2" />
<rect width="18" height="18" x="3" y="4" rx="2" /> <path d="M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2" />
<circle cx="12" cy="10" r="2" /> <path d="M8 2v2" />
<line x1="8" x2="8" y1="2" y2="4" /> <circle cx="12" cy="11" r="3" />
<line x1="16" x2="16" y1="2" y2="4" /> <rect x="3" y="4" width="18" height="18" rx="2" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 397 B