Skip to main contentMynaUI
All Icons
CheckSquareOne
check-square-one
npm install @mynaui/icons-react
                  
import { CheckSquareOne } from "@mynaui/icons-react";

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