import React, { Component } from "react"; import { SvgIcon } from "@mui/material" export default function RoboSatsIcon(props) { return ( ); }