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

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