Skip to main contentMynaUI
All Icons
FatCornerLeftUpSolid
fat-corner-left-up-solid
npm install @mynaui/icons-react
                  
import { FatCornerLeftUpSolid } from "@mynaui/icons-react";

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