/** * All auto-generated icons should have this type. * * Goal: Ensure that icon processing functions are working with the original * auto-generated Material icons. * * @internal */ export interface OpaqueIconType { __opaqueType__iconType: unknown; }