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

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