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

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