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