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

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