import {Badge, Button} from "@nextui-org/react"; export const NotificationIcon = ({size, height, width, ...props}) => { return ( ); }; export default function App() { return ( ); }