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

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