Skip to main contentMynaUI
All Icons
Sort
sort
npm install @mynaui/icons-react
                  
import { Sort } from "@mynaui/icons-react";

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