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

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