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

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