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