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

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