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

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