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

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