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

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