From a8f5c4b7c4763df995b6d9fb3f308da0a38da126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= Date: Wed, 9 Oct 2024 07:40:10 -0500 Subject: [PATCH] docs(material/icon): #29838 update broken link in icon documentation - updated a broken link in the documentation for the icon component in `components/src/material/icon/icon.ts`. --- 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 e6439a026b76..4156b47f80c6 100644 --- a/src/material/icon/icon.ts +++ b/src/material/icon/icon.ts @@ -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: * `` */