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

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