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

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