fix(icons): changed heading-4 icon (#2546)

* Updated icons/heading-4.svg

* Updated icons/heading-4.json
This commit is contained in:
Jakob Guddas
2024-11-15 11:58:19 +01:00
committed by GitHub
parent 9f99ea510f
commit 855cb4985d
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -9,9 +9,9 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 18V6" />
<path d="M17 10v3a1 1 0 0 0 1 1h3" />
<path d="M21 10v8" />
<path d="M4 12h8" />
<path d="M4 18V6" />
<path d="M12 18V6" />
<path d="M17 10v4h4" />
<path d="M21 10v8" />
</svg>

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 342 B