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

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