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

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