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

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