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

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