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

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