/** Specifies the possible grades of an icon. */ export type IconGrade = "low" | "medium" | "high"; //# sourceMappingURL=IconGrade.d.ts.map