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

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