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