We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966bd68 commit cd79569Copy full SHA for cd79569
src/material/icon/icon.ts
@@ -129,7 +129,7 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
129
* - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
130
* font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
131
* CSS class which causes the glyph to be displayed via a :before selector, as in
132
- * https://fortawesome.github.io/Font-Awesome/examples/
+ * https://fontawesome-v4.github.io/examples/
133
* Example:
134
* `<mat-icon fontSet="fa" fontIcon="alarm"></mat-icon>`
135
*/
0 commit comments