Skip to content

Commit

Permalink
docs(material/icon): #29838 update broken link in icon documentation
Browse files Browse the repository at this point in the history
- updated a broken link in the documentation for the icon component in
  `components/src/material/icon/icon.ts`.
  • Loading branch information
miguelcsx committed Oct 9, 2024
1 parent c73ab02 commit a8f5c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/icon/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const funcIriPattern = /^url\(['"]?#(.*?)['"]?\)$/;
* - Specify a font glyph to be included via CSS rules by setting the fontSet input to specify the
* font, and the fontIcon input to specify the icon. Typically the fontIcon will specify a
* CSS class which causes the glyph to be displayed via a :before selector, as in
* https://fortawesome.github.io/Font-Awesome/examples/
* https://fontawesome-v4.github.io/examples/
* Example:
* `<mat-icon fontSet="fa" fontIcon="alarm"></mat-icon>`
*/
Expand Down

0 comments on commit a8f5c4b

Please sign in to comment.