Skip to main contentMynaUI
All Icons
IntersectSolid
intersect-solid
npm install @mynaui/icons-react
                  
import { IntersectSolid } from "@mynaui/icons-react";

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