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

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