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

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