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

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