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

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