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