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

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