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

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