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

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