import React from "react"; const Globe = ({ width, height, color }) => ( ); export default Globe;