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