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

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