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

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