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

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