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