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