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