Material-ui: material icons missing "(no) meeting room" icon

Created on 15 Jul 2018  路  1Comment  路  Source: mui-org/material-ui

The latest Material icons has (no) meeting_room icon. but I couldn't find these.

  • [x] This is a v1.x issue.
  • [x] I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior

Below code should display the door icons.

import React from 'react'
import { MeetingRoom, NoMeetingRoom } from '@material-ui/icons'

export default () => (
  <div>
    <MeetingRoom />
    <NoMeetingRoom />
  </div>

Current Behavior

It shows nothing.

Steps to Reproduce

  1. npm i @material-ui/icons @material-ui/core
  2. Try to use it.

Context

Your Environment

| Tech | Version |
|--------------|---------|
| Material-UI | v1.3.1 |
| React | v16.4.1 |
| browser | all browser |
| @material-ui/icons | v1.1.0 |

question

Most helpful comment

You need to use v2.0.0-beta.1 for the v2 icons.

>All comments

You need to use v2.0.0-beta.1 for the v2 icons.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anthony-dandrea picture anthony-dandrea  路  3Comments

pola88 picture pola88  路  3Comments

reflog picture reflog  路  3Comments

mb-copart picture mb-copart  路  3Comments

mattmiddlesworth picture mattmiddlesworth  路  3Comments