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

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