fix(icons): fixed align-vertical-distribute-center icon (#2014)

* Updated icons/align-vertical-distribute-center.svg

* Updated icons/align-vertical-distribute-center.json
This commit is contained in:
Jakob Guddas
2024-03-22 09:12:03 +01:00
committed by GitHub
parent 58319dd447
commit 712e6bf6e4
2 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -9,10 +9,10 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="14" height="6" x="5" y="14" rx="2" />
<rect width="10" height="6" x="7" y="4" rx="2" />
<path d="M22 7h-5" />
<path d="M7 7H1" />
<path d="M22 17h-3" />
<path d="M22 7h-5" />
<path d="M5 17H2" />
<path d="M7 7H2" />
<rect x="5" y="14" width="14" height="6" rx="2" />
<rect x="7" y="4" width="10" height="6" rx="2" />
</svg>

Before

Width:  |  Height:  |  Size: 407 B

After

Width:  |  Height:  |  Size: 407 B