From c5af1a1a76e22859dbcd7b279a99c314fd9816dd Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 5 Oct 2024 23:24:03 +0200 Subject: [PATCH] [docs] Fix Material Symbols plan --- docs/data/material/components/material-icons/material-icons.md | 2 +- packages/mui-icons-material/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/components/material-icons/material-icons.md b/docs/data/material/components/material-icons/material-icons.md index 86c3b6f8c1c8c2..bfb72aa1158a3e 100644 --- a/docs/data/material/components/material-icons/material-icons.md +++ b/docs/data/material/components/material-icons/material-icons.md @@ -39,7 +39,7 @@ yarn add @mui/icons-material @mui/material @emotion/styled @emotion/react See the [Installation](/material-ui/getting-started/installation/) page for additional docs about how to make sure everything is set up correctly. :::info -Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as an alternative to Material Icons. `@mui/icons-material` only covers Icons, and there are no plans to support Symbols at this time. +Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet. :::
diff --git a/packages/mui-icons-material/README.md b/packages/mui-icons-material/README.md index 9157f6babac894..c80b005b065dc0 100644 --- a/packages/mui-icons-material/README.md +++ b/packages/mui-icons-material/README.md @@ -2,7 +2,7 @@ This package contains Google's [Material Icons](https://fonts.google.com/icons?icon.set=Material+Icons) converted to MaterialĀ UI [SVG Icon](https://mui.com/material-ui/icons/#svgicon) components. -> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as an alternative to Material Icons. `@mui/icons-material` only covers Icons, and there are no plans to support Symbols at this time. +> Google also offers [Material Symbols](https://fonts.google.com/icons?icon.set=Material+Symbols) as the successor of Material Icons. `@mui/icons-material` only covers Icons at this time, there are no support for Symbols yet. ## Installation