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

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