fix(icons): arcified square-m icon (#3549)

* Updated icons/square-m.svg

* Updated icons/square-m.json

* Updated icons/square-m.svg

* Updated icons/square-m.json
This commit is contained in:
Jakob Guddas
2025-09-11 13:01:58 +02:00
committed by GitHub
parent d1903220db
commit 31cfa79818
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -9,6 +9,6 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<rect width="18" height="18" x="3" y="3" rx="2" /> <path d="M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16" />
<path d="M8 16V8l4 4 4-4v8" /> <rect x="3" y="3" width="18" height="18" rx="2" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 356 B