npm install @mynaui/icons-react import { ShieldXSolid } from "@mynaui/icons-react"; const App = () => { return <ShieldXSolid />; };