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