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

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