Skip to main contentMynaUI
All Icons
ChevronDownRightSquare
chevron-down-right-square
npm install @mynaui/icons-react
                  
import { ChevronDownRightSquare } from "@mynaui/icons-react";

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