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

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