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

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