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

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