@@ -110,15 +110,17 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
110110 * content of the `<mat-icon>` component. If you register a custom font class, don't forget to also
111111 * include the special class `mat-ligature-font`. It is recommended to use the attribute alternative
112112 * to prevent the ligature text to be selectable and to appear in search engine results.
113- * By default, the Material icons font is used as described at
114- * http ://google.github.io/material-design- icons/#icon-font-for-the-web . You can specify an
115- * alternate font by setting the fontSet input to either the CSS class to apply to use the
116- * desired font, or to an alias previously registered with MatIconRegistry.registerFontClassAlias.
113+ * By default, the Material Icons or Material Symbols fonts are used as described at
114+ * https ://fonts. google.com/ icons. You can specify an alternate font by setting the `fontSet`
115+ * input to either the CSS class to apply to use the desired font, or to an alias previously
116+ * registered with ` MatIconRegistry.registerFontClassAlias` .
117117 * Examples:
118- * `<mat-icon fontIcon="home"></mat-icon>
118+ * ```html
119+ * <mat-icon fontIcon="home"></mat-icon>
119120 * <mat-icon>home</mat-icon>
120121 * <mat-icon fontSet="myfont" fontIcon="sun"></mat-icon>
121- * <mat-icon fontSet="myfont">sun</mat-icon>`
122+ * <mat-icon fontSet="myfont">sun</mat-icon>
123+ * ```
122124 *
123125 * - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
124126 * font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
0 commit comments