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

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