Skip to main contentMynaUI
All Icons
PanelTopClose
panel-top-close
npm install @mynaui/icons-react
                  
import { PanelTopClose } from "@mynaui/icons-react";

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