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