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