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

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