import React from "react"; const CallRoom = ({ width, height, color }) => ( ); export default CallRoom;