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

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