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

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