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

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