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

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