import React from "react"; import type { SVGIcon } from "../types"; const Network = (props: SVGIcon) => ( ); export default Network;