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

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