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

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