material-ui: [icons] ViewTimeline icon is missing

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

ModuleNotFoundError: Could not find module in path: ‘@mui/icons-material/ViewTimeline’ relative to ‘/src/App.tsx’

Expected behavior 🤔

The icon exists and is imported.

Steps to reproduce 🕹

Steps:

  1. Open https://codesandbox.io/s/naughty-sun-c987v?file=/src/App.tsx
  2. Observe error

Context 🔦

I’m trying to use the View Timeline icon in an application. However, it seems like it’s not part of the icons that get ingested from Google.

Your environment 🌎

`npx @mui/envinfo`

Just for the sake of transparency, this envinfo for the project, not the codesandbox.io sample.

  System:
    OS: macOS 10.15.7
  Binaries:
    Node: 16.11.0 - /usr/local/bin/node
    Yarn: 1.22.15 - /usr/local/bin/yarn
    npm: 8.0.0 - /usr/local/bin/npm
  Browsers:
    Chrome: 96.0.4664.55
    Edge: Not Found
    Firefox: Not Found
    Safari: 15.0
  npmPackages:
    @emotion/react: ^11.5.0 => 11.5.0 
    @emotion/styled: ^11.3.0 => 11.3.0 
    @mui/core:  5.0.0-alpha.51 
    @mui/icons-material: ^5.0.4 => 5.0.4 
    @mui/lab: ^5.0.0-alpha.51 => 5.0.0-alpha.51 
    @mui/material: ^5.0.4 => 5.0.4 
    @mui/private-theming:  5.0.1 
    @mui/styled-engine:  5.0.1 
    @mui/styles: ^5.0.1 => 5.0.1 
    @mui/system:  5.0.4 
    @mui/types:  7.0.0 
    @mui/utils:  5.0.1 
    @mui/x-data-grid: ^5.0.0-beta.4 => 5.0.0-beta.4 
    @types/react: ^17.0.30 => 17.0.30 
    react: ^17.0.2 => 17.0.2 
    react-dom: ^17.0.2 => 17.0.2 
    typescript: ^4.4.4 => 4.4.4 

I am aware that there is an ongoing effort to shrink the size of the icons package. However, the View TImeline icon is necessary for my project so it would be nice to be able to import it like a normal icon. For now, I’m just using SvgIcon and a manually entered path.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 23 (21 by maintainers)

Most upvoted comments

If it was (very) recently added by Google, it will be included in a future release. @mui/icons-material@5.1.1 was only released 5 days ago.