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