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

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