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

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