mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Add optional tags to IconifyInfo type
This commit is contained in:
parent
39ceab4869
commit
57b8be17ed
3
packages/types/types.d.ts
vendored
3
packages/types/types.d.ts
vendored
@ -154,6 +154,9 @@ export interface IconifyInfo {
|
||||
// Category on Iconify collections list.
|
||||
category?: string;
|
||||
|
||||
// List of tags to group similar icon sets.
|
||||
tags?: string[];
|
||||
|
||||
// Palette status. True if icons have predefined color scheme, false if icons use currentColor.
|
||||
// Ideally, icon set should not mix icons with and without palette to simplify search.
|
||||
palette?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user