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

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