/** * Type which supports both mat-icons and plentyicons * @deprecated // since version 12.0.1. This should be moved to the terra repository after the terra-components dependencies are removed. */ export declare type TerraRouteIcon = string | { fontSet: 'material-icons' | 'plentyicons'; fontIcon: string; };