Skip to main contentMynaUI
All Icons
FatCornerDownRightSolid
fat-corner-down-right-solid
npm install @mynaui/icons-react
                  
import { FatCornerDownRightSolid } from "@mynaui/icons-react";

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