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