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

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