UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

7 lines (6 loc) 243 B
import { IconCategory, IconCategoryNamespace, IconData } from "./types"; export interface ITypedIconData extends IconData { cat_namespace?: IconCategoryNamespace; category: IconCategory; } export declare const icons: ITypedIconData[];