import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue, white } from '../../styles/variables'; import { Icon } from '../iconTypes'; const NotificationErrorState = ({ className = '', color = bdlBoxBlue, height = 111, opacity = 0.5, title, width = 140, }: Icon) => ( ); export default NotificationErrorState;