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

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