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

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