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
…29849)

- updated a broken link in the documentation for the icon component in
  `components/src/material/icon/icon.ts`.

(cherry picked from commit a0fc66f)
  • Loading branch information
miguelcsx authored and crisbeto committed Oct 9, 2024
1 parent 966bd68 commit cd79569
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 @@ -129,7 +129,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 cd79569

Please sign in to comment.