Skip to main contentMynaUI
All Icons
ArrowLeftRight
arrow-left-right
npm install @mynaui/icons-react
                  
import { ArrowLeftRight } from "@mynaui/icons-react";

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