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

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