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

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