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

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