import React from 'react'; const Explore = ({ color = 'black', ...rest }: any) => ( ); export default Explore;