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

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