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

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