import * as React from 'react'; const MeetingRoom = ({ width, height, color }) => ( ); export default MeetingRoom;