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

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