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

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