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

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