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

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