Skip to main contentMynaUI
All Icons
Math
math
npm install @mynaui/icons-react
                  
import { Math } from "@mynaui/icons-react";

const App = () => {
  return <Math />;
};