UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

9 lines (8 loc) 186 B
import React from 'react'; /** * Default MacigBell icon for the notification launcher/toggler. * * @example * <BellIcon /> */ export default function BellIcon(): React.JSX.Element;