import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { injectIntl, intlShape } from '@edx/frontend-platform/i18n'; import { Icon } from '@edx/paragon'; import { WatchOutline } from '@edx/paragon/icons'; import messages from './messages'; function NotificationIcon({ intl, status, notificationColor }) { return (