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