import React, { ComponentType } from 'react' // eslint-disable-next-line no-restricted-imports import { SvgIcon, SvgIconProps } from '@material-ui/core' export const ServerNetwork = (props: SvgIconProps) => ( )