import * as React from "react"; function ServerIcon(props: React.SVGProps) { return ; } export default ServerIcon;