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

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