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

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