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