mirror of
https://github.com/iconify/iconify.git
synced 2025-01-07 23:44:33 +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 on Iconify collections list.
|
||||||
category?: string;
|
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.
|
// 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.
|
// Ideally, icon set should not mix icons with and without palette to simplify search.
|
||||||
palette?: boolean;
|
palette?: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user