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