Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit b8ede06

Browse files
kdinevCopilot
andauthored
Update en/components/icon-service.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6eefb8e commit b8ede06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/components/icon-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Having registered the two font families above, we can now consume their icons in
6464
```
6565

6666
> [!NOTE]
67-
> This component uses Material Icons. Add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
67+
> To render icons from the default `material` family with `igx-icon`, add the following link to your `index.html`: `<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">`
6868
6969
You might have noticed that for the `material` family we use the ligature `name` as name, while in the case of the `fa-solid` family we specify the `className` for name, which is `fa-car` but drop the `fa-` prefix as it has been specified when we registered the icon family in the previous step.
7070

0 commit comments

Comments
 (0)