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

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