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

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