Merged in chore/change-icons-to-rounded (pull request #3520)

chore: Change default icon style to rounded

* Change default icon style to rounded


Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2026-01-30 10:13:03 +00:00
parent 13b0d976ac
commit cc60cf2903
385 changed files with 597 additions and 644 deletions

View File

@@ -227,7 +227,7 @@ const ICONS = [
"yard",
].sort()
const STYLES = ["outlined"] as const
const STYLES = ["rounded"] as const
const OUT = resolve(
__dirname,