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

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