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

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