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

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