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

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