/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/src/modules/components/AppNavIcons.ts
16 строк
649 B
Danilo Leal
[material-ui][docs] Fix the "Intro to the MUI ecosystem" link placement (#40988)
08 фев 2024, 17:50
Не верифицирован
08 фев 2024, 17:50
bcb6ef2
Код
Авторство
О чём код?
/// <reference path="../../../types/icons.d.ts"/> import ArticleRoundedIcon from '@mui/icons-material/ArticleRounded'; import VisibilityRoundedIcon from '@mui/icons-material/VisibilityRounded'; import BookRoundedIcon from '@mui/icons-material/BookRounded'; import ChromeReaderModeRoundedIcon from '@mui/icons-material/ChromeReaderModeRounded'; import WebRoundedIcon from '@mui/icons-material/WebRounded'; const standardNavIcons = { ReaderIcon: ChromeReaderModeRoundedIcon, BookIcon: BookRoundedIcon, DescriptionIcon: ArticleRoundedIcon, VisibilityIcon: VisibilityRoundedIcon, WebIcon: WebRoundedIcon, }; export default standardNavIcons;