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

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