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