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

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