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

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