mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 19:07:40 +01:00
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:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"$schema": "../icon.schema.json",
|
"$schema": "../icon.schema.json",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"karsa-mistmere"
|
"karsa-mistmere",
|
||||||
|
"jguddas"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"user",
|
"user",
|
||||||
|
|||||||
@@ -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 |
@@ -4,7 +4,8 @@
|
|||||||
"lscheibel",
|
"lscheibel",
|
||||||
"karsa-mistmere",
|
"karsa-mistmere",
|
||||||
"FPDK",
|
"FPDK",
|
||||||
"ericfennis"
|
"ericfennis",
|
||||||
|
"jguddas"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"user",
|
"user",
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user