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

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