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

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