UNPKG

@sandlada/mdc

Version:

@sandlada/mdc is an open source component library that follows the Material Design 3 design specifications.

8 lines 186 B
export interface IIcon { name: string | undefined; filled: boolean; weight: number; grade: number; opticalSize: number; } //# sourceMappingURL=icon.interface.d.ts.map