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

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