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 8168e3b commit a0fc66fCopy full SHA for a0fc66f
src/material/icon/icon.ts
@@ -127,7 +127,7 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
127
* - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
128
* font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
129
* CSS class which causes the glyph to be displayed via a :before selector, as in
130
- * https://fortawesome.github.io/Font-Awesome/examples/
+ * https://fontawesome-v4.github.io/examples/
131
* Example:
132
* `<mat-icon fontSet="fa" fontIcon="alarm"></mat-icon>`
133
*/
0 commit comments