chore(icon_pack): switch schema to support multiple terms per icon

This commit is contained in:
Elian Doran
2025-12-26 19:25:31 +02:00
parent e2f6f8a4e4
commit 254511bfbf
4 changed files with 29 additions and 11 deletions

View File

@@ -292,7 +292,7 @@ export interface IconRegistry {
name: string;
icons: {
id: string;
label: string;
terms: string[];
}[]
}[];
}