Skip to main contentMynaUI
All Icons
Refresh
refresh
npm install @mynaui/icons-react
                  
import { Refresh } from "@mynaui/icons-react";

const App = () => {
  return <Refresh />;
};