From cd79569a2e6257e5b78c15e3447d9081d0525296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= <78029302+miguelcsx@users.noreply.github.com> Date: Wed, 9 Oct 2024 07:51:35 -0500 Subject: [PATCH] docs(material/icon): #29838 update broken link in icon documentation (#29849) - updated a broken link in the documentation for the icon component in `components/src/material/icon/icon.ts`. (cherry picked from commit a0fc66f6d2a379d42ea05d0673fa77488b2b0fe3) --- src/material/icon/icon.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/icon/icon.ts b/src/material/icon/icon.ts index 4e5408b758d9..ba4060511a56 100644 --- a/src/material/icon/icon.ts +++ b/src/material/icon/icon.ts @@ -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: * `` */