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

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