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