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

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