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