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