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

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