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

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