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

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