import * as React from "react"; import { SVGProps } from "react"; const SvgEarth = (props: SVGProps) => ( ); export default SvgEarth;