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