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