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

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